aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for resuming rebuildPascal Terjan2017-08-312-2/+48
|
* Fix killing the build when log file is not created within 30sPascal Terjan2017-08-292-1/+2
|
* Remove unused stuffPascal Terjan2017-08-291-6/+2
|
* Fix stupid bug making upload very slowPascal Terjan2017-08-291-1/+1
|
* Add one more test for emiPascal Terjan2017-08-281-0/+49
|
* add comment for better bootstrap)Nicolas Lécureuil2017-08-261-0/+1
|
* Remove dead keyPascal Terjan2017-07-291-1/+1
|
* Revert "Disable perl-URPM tests for now"Thierry Vignaud2017-07-251-2/+0
| | | | | This reverts commit 850ddd0c7a46d05c0ce5bf3b768143abe265e411. It's no more needed.
* mgarepo getsrpm -l is broken currently, part 2Pascal Terjan2017-07-201-1/+1
|
* mgarepo getsrpm -l is broken currentlyPascal Terjan2017-07-201-1/+1
|
* Disable perl-URPM tests for nowPascal Terjan2017-07-201-0/+2
|
* Use libperl provide to find what needs a rebuildPascal Terjan2017-07-201-1/+1
|
* Use given repository, and fail if chroot can not be createdPascal Terjan2017-07-201-2/+7
|
* Install perl-Math-Int64 before building perl-URPMPascal Terjan2017-07-201-0/+1
|
* rebuild Math::Int64 tooThierry Vignaud2017-07-191-1/+2
|
* Simplify failure detection logic and fix cleanupPascal Terjan2017-02-062-22/+21
| | | | | | | | Especially: - fetch logs when dependencies can not be installed - properly cleanup logs on the build machine in all cases - really discard other architectures if a mandatory one had already failed
* perl_checker: kill useless argThierry Vignaud2016-12-311-2/+2
|
* 0.6.290.6.29Pascal Terjan2016-12-312-1/+2
|
* Move youri command into a separate functionPascal Terjan2016-12-311-7/+13
|
* Update NEWSPascal Terjan2016-11-241-0/+1
|
* Fix crashPascal Terjan2016-11-241-1/+1
|
* Fix test for deletion of src.rpmPascal Terjan2016-11-241-10/+10
|
* Fix bug causing to never delete src.rpm from todoPascal Terjan2016-11-241-1/+1
|
* Extract get_target_arch helperOlivier Blin2016-11-244-6/+12
|
* 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-242-3/+27
|
* Record failed build in the in-memory treePascal Terjan2016-11-242-3/+4
|
* Support chroot tarballs with non gz compressionPascal Terjan2016-11-192-1/+7
| | | | Especially, with no compression when speed is more important than a few hundres MBs
* Have consistent ordering for queue statusPascal Terjan2016-11-081-1/+1
|
* 0.6.280.6.28Pascal Terjan2016-11-082-1/+3
|
* Fix sending of failure emailsPascal Terjan2016-11-081-0/+1
|
* Only mandatory arches are fatalPascal Terjan2016-10-203-4/+14
| | | | | Currently any previous failures casues to force fail anything succeeding later.
* Skip all posts when uploading a non finisherPascal Terjan2016-10-202-3/+9
| | | | | This will make uploads much faster by only running createrepo once per changed media, like genhdlist2.
* 0.6.270.6.27Pascal Terjan2016-10-172-1/+2
|
* Fix handling of failed builds causing a crashPascal Terjan2016-10-172-0/+2
| | | | This caused also to not send failure emails
* kill doble ifThierry Vignaud2016-10-141-5/+4
| | | | | | this has just been tested a couple lines above introduced in commit 0e788a7b17282b7539d652542c87afe06d48efd9
* kill useless argumentThierry Vignaud2016-10-143-4/+4
|
* Update NEWSPascal Terjan2016-10-141-0/+1
|
* Only build noarch packages oncePascal Terjan2016-10-141-0/+1
|
* 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
|
* Do not rebuild noarch packages that are already building/builtPascal Terjan2016-10-121-3/+8
|
* perl_checker cleanupsThierry Vignaud2016-10-115-14/+14
|
* Describe some testsPascal Terjan2016-10-111-3/+3
|
* Fix reuse of {arch} part of the treePascal Terjan2016-10-117-15/+19
| | | | | | | | 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
|
* Remove unused stuffPascal Terjan2016-10-051-16/+0
|
* Add the test for previous fixPascal Terjan2016-10-051-0/+96
|
* Fix wrongly skipped postPascal Terjan2016-10-052-5/+17
| | | | | | | 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.