aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 0.7.00.7.0Pascal Terjan2017-10-032-2/+2
|
* Finish killing $cachePascal Terjan2017-10-031-31/+16
|
* Kill dead codePascal Terjan2017-10-031-11/+0
|
* Remove unused parameterPascal Terjan2017-10-031-3/+3
|
* Use a network namespace for buildsPascal Terjan2017-10-033-1/+36
|
* Do not read all rpms in check_media, synthesis can be trustedPascal Terjan2017-10-031-18/+0
|
* Kill upload/rsync in iurtPascal Terjan2017-10-033-110/+11
|
* Update NEWSPascal Terjan2017-10-031-0/+1
|
* Kill most of $cachePascal Terjan2017-10-033-39/+21
|
* kill "needed" and "buildrequires"Pascal Terjan2017-10-032-8/+0
|
* Kill missing buildrequires detectionPascal Terjan2017-10-031-21/+0
| | | | | | It should probably work in a few cases but is not really useful as it ends up in some logs no one reads while the error is obvious to understand.
* Kill check_neededPascal Terjan2017-10-031-48/+1
| | | | | | It was checking if some buildrequires were not yet built but we are not using iurt like that anymore so all this code is untested and mostly broken
* Kill status_mailPascal Terjan2017-10-022-99/+2
|
* Return the expected NOT_FOUND in get_maint in case of errorPascal Terjan2017-10-021-0/+3
|
* Allow not checking chroot freshnessPascal Terjan2017-10-023-1/+7
| | | | | This is useful to improve performance for for autobuild where we build all packages on a snapshot of the distribution.
* Use urpm to parse synthesisPascal Terjan2017-10-022-21/+12
| | | | This allows it to work with xz compressed synthesis.
* Create /etc/rpm to be able to dump macros before installing basesystemPascal Terjan2017-08-311-1/+1
|
* 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.