aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix killing the build when log file is not created within 30sPascal Terjan2017-08-291-1/+1
|
* Fix stupid bug making upload very slowPascal Terjan2017-08-291-1/+1
|
* Remove dead keyPascal Terjan2017-07-291-1/+1
|
* perl_checker: kill useless argThierry Vignaud2016-12-311-2/+2
|
* Move youri command into a separate functionPascal Terjan2016-12-311-7/+13
|
* Fix crashPascal Terjan2016-11-241-1/+1
|
* Fix bug causing to never delete src.rpm from todoPascal Terjan2016-11-241-1/+1
|
* Extract get_target_arch helperOlivier Blin2016-11-243-2/+9
|
* Do not check which architectures are ready to uploads when we don't have any ↵Pascal Terjan2016-11-241-0/+5
| | | | built package
* Use check_if_all_archs_processed in emi too, it handles more casesPascal Terjan2016-11-241-12/+2
|
* Delete src.rpm after last non mandatory arch failsPascal Terjan2016-11-241-1/+25
|
* Record failed build in the in-memory treePascal Terjan2016-11-241-2/+2
|
* Fix sending of failure emailsPascal Terjan2016-11-081-0/+1
|
* Only mandatory arches are fatalPascal Terjan2016-10-201-1/+10
| | | | | Currently any previous failures casues to force fail anything succeeding later.
* Skip all posts when uploading a non finisherPascal Terjan2016-10-201-3/+7
| | | | | This will make uploads much faster by only running createrepo once per changed media, like genhdlist2.
* Fix handling of failed builds causing a crashPascal Terjan2016-10-171-0/+1
| | | | This caused also to not send failure emails
* kill useless argumentThierry Vignaud2016-10-142-2/+2
|
* Write macros to /etc/rpm/macrosPascal Terjan2016-10-141-4/+1
| | | | None is user specific and install_lang will only work there.
* Fix uploading of noarch packagesPascal Terjan2016-10-121-1/+1
|
* perl_checker cleanupsThierry Vignaud2016-10-111-1/+1
|
* Fix reuse of {arch} part of the treePascal Terjan2016-10-112-4/+4
| | | | | | | | It is used by ulri for both builds in progress and already done, while emi expects it to be only for done ones. This causes to upload only part of mandatory arches and later reject the other.
* remove useless blacklistThierry Vignaud2016-10-061-1/+0
|
* Fix wrongly skipped postPascal Terjan2016-10-051-5/+14
| | | | | | | When doing a secondary upload contaning a noarch it was considered finisher for all arches despite the noarch package not getting uploaded. This means we were not calling some posts (including genhdlist2) on primary arches.
* Fix check_archPascal Terjan2016-06-151-1/+1
| | | | | | If there is an exclusive_arch tag we only want to build for an arch which is listed there. Also we shouldn't need to add all arches in arch_comp as compatible with themselves.
* Allow building armv7hl on armv7lPascal Terjan2016-05-121-1/+1
|
* Add workaround for attempts to upload no packagesPascal Terjan2016-02-251-0/+3
|
* Mark a known bugPascal Terjan2016-02-251-0/+1
|
* Add missing filePascal Terjan2016-02-151-0/+215
|
* Better modules splitPascal Terjan2016-02-062-204/+14
|
* Start splitting ulriPascal Terjan2016-02-061-0/+185
|
* Fix passing of a hash a function parameterPascal Terjan2016-01-241-19/+20
|
* Move most of emi code to library functionsPascal Terjan2016-01-241-0/+176
|
* Use a shared function to load the state of upload treePascal Terjan2016-01-231-26/+135
|
* Drop arcfour cipher usage (not enabled by default in latest openssh packages)Olivier Blin2015-11-171-2/+2
|
* ulri: Keep other builds going when a failure occurs on non-mandatory archOlivier Blin2015-11-171-2/+24
|
* Extract get_mandatory_arch helperOlivier Blin2015-11-171-0/+7
|
* Force installing all translationsPascal Terjan2015-11-161-0/+1
|
* log which timeout value was usedThierry Vignaud2015-10-301-1/+1
|
* Retry only once installing buildrequiresPascal Terjan2015-03-211-1/+1
|
* Remove old src.rpm before recreating it (mga#14243)Pascal Terjan2014-10-121-8/+6
|
* (sub install_packages_old) kill it (unused)Thierry Vignaud2014-04-301-27/+0
|
* mkpath is not used in this moduleThierry Vignaud2014-04-301-1/+0
|
* Add missing use statementPascal Terjan2014-04-301-0/+1
|
* Do not delete srpm name, it is needed for error emailPascal Terjan2014-04-191-1/+0
|
* simplify using cat*()Thierry Vignaud2014-04-191-3/+1
|
* perl_checker cleanupsThierry Vignaud2014-04-192-4/+4
|
* Please perl by adding some parenthesisPascal Terjan2014-04-131-1/+1
|
* Enhance readability of --config-help output: remove leading spaces.Hartmut Goebel2014-03-251-7/+4
|
* Replace a call to sudo chroot with iurt_root_commandPascal Terjan2014-01-191-3/+1
|
* Replace a call to sudo mkdir with iurt_root_commandPascal Terjan2014-01-191-1/+1
|