aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix uses as touch is now used in another filePascal Terjan2019-11-041-0/+1
|
* Fix syntax errorPascal Terjan2019-11-031-1/+1
|
* Create one file per architecture for .uploadPascal Terjan2019-11-032-4/+8
| | | | This is consistent with .done, .excluded, etc so allows reusing the code.
* emi: Fix bug introduce in previous commitPascal Terjan2019-11-021-8/+17
| | | | | It moved the creation of .upload too early, potentially before metadata was updated when several packages were uploaded at once.
* emi: store uploaded architectures in .uploadPascal Terjan2019-11-011-0/+9
| | | | | This allows to know which non mandatory architectures are done and will allow to surface it on the web UI.
* Revert "fix timeout message when killing for other reason"Thierry Vignaud2019-08-071-23/+5
| | | | | | | | This reverts commit 0d78ec170900df342301a5bbe44e7ca883cc0db1. Rationale: That will not work as intended b/c the message is set in the child process while it gets logged in the parent
* fix timeout message when killing for other reasonThierry Vignaud2019-07-201-5/+23
|
* Kill processes before unmounting in clean_chrootPascal Terjan2018-10-161-5/+3
|
* Ignore failures when cancelling buildsPascal Terjan2018-10-161-0/+2
| | | | | This will avoid listing other architectures as failed, and giving some confusing logs.
* remove unused parameterThierry Vignaud2018-10-152-4/+4
|
* Kill other architectures in case of failurePascal Terjan2018-10-141-2/+0
|
* Delete .done files when a mandatory arch failsPascal Terjan2018-10-141-2/+12
|
* Allow disabling build_stalled_timeoutPascal Terjan2018-07-281-1/+1
|
* Remove unused optionPascal Terjan2018-01-112-4/+0
|
* Default to 10 minutes for commandsPascal Terjan2018-01-112-3/+1
| | | | Especially for large packages 5 minutes to recreate src.rpm is not enough
* fix checking if chroot needs updatingThierry Vignaud2017-10-151-1/+0
| | | | | | | | | commit a1e34113fcb9538ad8a29eec80075dff04253068 wrongly made check_chroot_need_update() to always return 0, thus skipping all tests... This makde build system using old chroots, thus breaking some package builds
* Do not create network namespace when crating chroot failed (broken by ↵Pascal Terjan2017-10-131-1/+1
| | | | previous commit)
* Change use_netns to allow per package settingPascal Terjan2017-10-131-7/+7
|
* Allow overriding true config values with falsePascal Terjan2017-10-041-3/+11
|
* Add an option to disable netnsPascal Terjan2017-10-041-1/+1
|
* kill old commented out pkill urpmiThierry Vignaud2017-10-041-3/+0
| | | | indeed we would never run that...
* Fix creating new reference chrootPascal Terjan2017-10-041-1/+3
|
* (install_packages) kill unused argThierry Vignaud2017-10-042-2/+1
|
* (_install_callback) kill unused argThierry Vignaud2017-10-041-2/+2
|
* kill unused variableThierry Vignaud2017-10-041-1/+0
|
* Delete old commented code0.7.1Pascal Terjan2017-10-041-9/+0
|
* Fix previous commitPascal Terjan2017-10-041-16/+4
|
* Do not use chroot urpmiPascal Terjan2017-10-031-6/+6
| | | | | Either use urpmi --root or urpmi --urpmi-root so that packages can be installed without networking inside the chroot.
* Kill unused functionPascal Terjan2017-10-031-34/+0
|
* Use --urpmi-root also for urpmi.addmediaPascal Terjan2017-10-031-3/+7
| | | | This allows adding the media without networking inside the chroot
* Use a network namespace for buildsPascal Terjan2017-10-031-0/+6
|
* Kill upload/rsync in iurtPascal Terjan2017-10-031-22/+0
|
* Kill most of $cachePascal Terjan2017-10-032-33/+18
|
* kill "needed" and "buildrequires"Pascal Terjan2017-10-031-5/+0
|
* Kill status_mailPascal Terjan2017-10-021-10/+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-021-1/+3
| | | | | This is useful to improve performance for for autobuild where we build all packages on a snapshot of the distribution.
* Create /etc/rpm to be able to dump macros before installing basesystemPascal Terjan2017-08-311-1/+1
|
* 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
|