]> git.e2factory.org Git - e2factory.git/shortlog
e2factory.git
2018-04-25 Tobias Ulmerle2lib: add implementation of rename(2)
2018-04-25 Tobias Ulmerdigest: allow writing SHA256 digests
2018-04-25 Tobias Ulmere2-build: check for duplicate results in build mode...
2018-04-25 Tobias Ulmeradd buildid logging to help with debugging
2018-04-24 Tobias Ulmere2lib: fix e2lib.wait() for signaled process
2017-03-09 Tobias Ulmercreate next changelog entry
2017-03-09 Tobias Ulmerrelease e2factory-2.3.17 e2factory-2.3.17
2017-03-08 Tobias Ulmercorrect LDoc comments
2017-03-08 Tobias Ulmere2-build: allow a mix of result build modi on the comma...
2017-03-07 Tobias Ulmermove less interesting messages to log level 4
2017-03-06 Tobias Ulmerremove set_licences()/get_licences()
2017-03-03 Tobias Ulmerfiles: fix sub-licences default assignment
2017-03-03 Tobias Ulmersource: add licences() method just like file_class
2017-03-02 Tobias Ulmerls-project: add --unused option
2017-03-02 Tobias Ulmerls-project: add LDoc comment
2017-03-02 Tobias Ulmerls-project: long comment markers confuse LDoc, fix
2017-03-02 Tobias Ulmerresult: log if result has no chroot groups
2017-02-28 Tobias Ulmerchroot: remove the default_groups minimum limit
2017-02-28 Tobias Ulmerls-project: only show chroot groups for listed results
2017-02-28 Tobias Ulmerlicence: remove empty loop missed in the file class...
2017-02-28 Tobias Ulmerlicence: remove now unused licences_sorted vector
2017-02-28 Tobias Ulmerls-project: only show licences for listed sources
2017-02-28 Tobias Ulmerdocument cvs source type for completeness
2017-02-27 Tobias Ulmerlicencesrc: document the licence source
2017-02-27 Tobias Ulmerlicencesrc: add new source type providing licence info...
2017-02-27 Tobias Ulmersource: make sourceset argument non-optional, add to...
2017-02-27 Tobias Ulmerfiles: make sure sourceset is always set
2017-02-15 Tobias Ulmere2lib.ssh_remote_cmd: use callcmd_stdout_stderr()
2017-02-15 Tobias Ulmere2lib: add callcmd_stdout_stderr() taking two callbacks
2017-02-13 Tobias Ulmerurl: behave like documented and don't remove port from...
2017-02-06 Tobias Ulmere2tool: add resultname error checking to dlist_recursive()
2017-02-06 Tobias Ulmere2option: log the result of parse()
2017-02-06 Tobias Ulmere2option: make default for option flags functional
2017-02-03 Tobias Ulmerpolicy: make sure --build-mode=release also sets -...
2017-02-02 Tobias Ulmergeneric_git: remove mostly unused sourceset2ref() helper
2017-01-31 Tobias Ulmere2-build: --force-rebuild isn't broken
2017-01-30 Tobias UlmerRemove deprecated lazytag build mode
2017-01-30 Tobias UlmerRemove scm module
2017-01-30 Tobias Ulmerplugins: remove scm remains, register to_result to...
2017-01-30 Tobias Ulmerplugin: on init_plugins() error, disable exit_plugins()
2017-01-30 Tobias Ulmercollect_project: switch from scm to source_to_result_fn()
2017-01-30 Tobias Ulmercollect_project: add static method for adding src to...
2017-01-30 Tobias Ulmerresult: add function to iterate over result classes
2017-01-30 Tobias Ulmergit: remove git_commit_id() scm interface
2017-01-30 Tobias Ulmergit: move git_commit_id() into git_source
2017-01-30 Tobias Ulmerscm no longer required
2017-01-30 Tobias UlmerExpand and remove generic_source_check()
2017-01-30 Tobias Ulmerscm: remove generic_source_check()
2017-01-30 Tobias Ulmersource: separate
2017-01-30 Tobias Ulmergitrepo: use absolute working directory
2017-01-30 Tobias UlmerMove fetch/update/prepare from scm to source classes
2017-01-30 Tobias UlmerUse basic_source class interface and drop scm
2017-01-30 Tobias Ulmerscm: remove fetch/update/prepare source from scm
2017-01-30 Tobias Ulmersource: add fetch/update/prepare source to basic_source...
2017-01-30 Tobias Ulmercvs: fix undeclared variable access when cvsroot unset
2017-01-30 Tobias UlmerRemove info table throughout factory, only small pieces...
2017-01-30 Tobias Ulmercache: remove info.cache
2017-01-30 Tobias Ulmere2tool: improve syntax and global version checks
2017-01-30 Tobias Ulmere2tool: eliminate info.config_syntax_compat
2017-01-30 Tobias Ulmere2tool: remove last trace of info.root
2017-01-30 Tobias Ulmermove check_workingcopy() into the source classes
2017-01-30 Tobias Ulmermove working_copy_available() into the source classes
2017-01-30 Tobias Ulmercscache: use e2tool.root() and e2lib.locate_project_root()
2017-01-30 Tobias Ulmeruse e2tool.root()
2017-01-30 Tobias Ulmere2tool: add root() as replacement for info.root
2017-01-30 Tobias Ulmerplugins: skip fetch_source if working copy exists
2017-01-30 Tobias Ulmerscm: remove has_working_copy()
2017-01-30 Tobias Ulmere2-fetch-sources: plugins handle fetch & update - remov...
2017-01-30 Tobias Ulmerfiles: merge cache_source() info fetch_source()
2017-01-30 Tobias Ulmersvn: register flag, implement is_scm and is_selected
2017-01-30 Tobias Ulmergitrepo: register flag, implement is_scm and is_selected
2017-01-30 Tobias Ulmergit: register flag, implement is_scm and is_selected
2017-01-30 Tobias Ulmerfiles: register flag, implement is_scm and is_selected
2017-01-30 Tobias Ulmercvs: register flag, implement is_scm and is_selected
2017-01-30 Tobias Ulmere2-fetch-sources: remove hardcoded source type selection
2017-01-30 Tobias Ulmerbasic_source: add is_scm_source_class() and is_selected...
2017-01-30 Tobias Ulmersource: add iterator over registered source types and...
2017-01-30 Tobias Ulmere2-fetch-sources: --all shouldn't cause a scm by defaul...
2017-01-30 Tobias Ulmere2-fetch-sources: remove two verbose warnings
2017-01-30 Tobias Ulmere2-fetch-sources: fix typos
2017-01-30 Tobias Ulmere2tool: add current_tool(), returns the local tool...
2017-01-27 Tobias Ulmercreate next changelog entry
2017-01-27 Tobias Ulmerrelease e2factory-2.3.16p0 e2factory-2.3.16p0
2017-01-27 Tobias Ulmercollect_project: include default_result and its deps...
2017-01-16 Tobias Ulmercreate next changelog entry
2017-01-16 Tobias Ulmerrelease e2factory-2.3.16 e2factory-2.3.16
2017-01-13 Tobias Ulmersource plugins: transition has_working_copy() from...
2017-01-13 Tobias Ulmergit: fix broken git config call, always skipping update
2017-01-12 Anton HillebrandAdd experimental gitrepo source plugin
2017-01-12 Tobias UlmerMake sure all working_copy_available() functions return...
2017-01-10 Tobias Ulmergit: remove duplicate git fetch --tags
2017-01-10 Tobias Ulmergit: fix usage of working_copy_available()
2017-01-10 Tobias UlmerAUTHORS: update copyright year
2017-01-10 Tobias Ulmergeneric_git: git_config() allow variable arguments
2017-01-10 Tobias Ulmergit: remove dead display code, fix typo
2017-01-10 Tobias Ulmercreate next changelog entry
2017-01-10 Tobias Ulmerrelease e2factory-2.3.16rc1 e2factory-2.3.16rc1
2017-01-09 Tobias UlmerFix error message, ignore SIGINT in parent
2017-01-09 Tobias Ulmere2lib: add setpgid
2017-01-06 Tobias UlmerFix e2factory sometimes ignoring Control-C
next