Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow - in host when parsing lock file name | Pascal Terjan | 2020-01-09 | 1 | -1/+1 |
| | |||||
* | Use setarch linux32 rather than target arch | Pascal Terjan | 2019-11-09 | 1 | -2/+4 |
| | | | | | | | | $ setarch --list uname26 linux32 linux64 armv7l | ||||
* | Always call setarch | Pascal Terjan | 2019-11-09 | 1 | -4/+2 |
| | | | | | | | It used to be called when target is i586 to allow building for i586 on x86_64. Calling it on all architectures should have no impact when the architecture is the same, and this allows to build also for 32bit arm on 64bit arm host. | ||||
* | Fix uses as touch is now used in another file | Pascal Terjan | 2019-11-04 | 1 | -0/+1 |
| | |||||
* | Fix syntax error | Pascal Terjan | 2019-11-03 | 1 | -1/+1 |
| | |||||
* | Create one file per architecture for .upload | Pascal Terjan | 2019-11-03 | 2 | -4/+8 |
| | | | | This is consistent with .done, .excluded, etc so allows reusing the code. | ||||
* | emi: Fix bug introduce in previous commit | Pascal Terjan | 2019-11-02 | 1 | -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 .upload | Pascal Terjan | 2019-11-01 | 1 | -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 Vignaud | 2019-08-07 | 1 | -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 reason | Thierry Vignaud | 2019-07-20 | 1 | -5/+23 |
| | |||||
* | Kill processes before unmounting in clean_chroot | Pascal Terjan | 2018-10-16 | 1 | -5/+3 |
| | |||||
* | Ignore failures when cancelling builds | Pascal Terjan | 2018-10-16 | 1 | -0/+2 |
| | | | | | This will avoid listing other architectures as failed, and giving some confusing logs. | ||||
* | remove unused parameter | Thierry Vignaud | 2018-10-15 | 2 | -4/+4 |
| | |||||
* | Kill other architectures in case of failure | Pascal Terjan | 2018-10-14 | 1 | -2/+0 |
| | |||||
* | Delete .done files when a mandatory arch fails | Pascal Terjan | 2018-10-14 | 1 | -2/+12 |
| | |||||
* | Allow disabling build_stalled_timeout | Pascal Terjan | 2018-07-28 | 1 | -1/+1 |
| | |||||
* | Remove unused option | Pascal Terjan | 2018-01-11 | 2 | -4/+0 |
| | |||||
* | Default to 10 minutes for commands | Pascal Terjan | 2018-01-11 | 2 | -3/+1 |
| | | | | Especially for large packages 5 minutes to recreate src.rpm is not enough | ||||
* | fix checking if chroot needs updating | Thierry Vignaud | 2017-10-15 | 1 | -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 Terjan | 2017-10-13 | 1 | -1/+1 |
| | | | | previous commit) | ||||
* | Change use_netns to allow per package setting | Pascal Terjan | 2017-10-13 | 1 | -7/+7 |
| | |||||
* | Allow overriding true config values with false | Pascal Terjan | 2017-10-04 | 1 | -3/+11 |
| | |||||
* | Add an option to disable netns | Pascal Terjan | 2017-10-04 | 1 | -1/+1 |
| | |||||
* | kill old commented out pkill urpmi | Thierry Vignaud | 2017-10-04 | 1 | -3/+0 |
| | | | | indeed we would never run that... | ||||
* | Fix creating new reference chroot | Pascal Terjan | 2017-10-04 | 1 | -1/+3 |
| | |||||
* | (install_packages) kill unused arg | Thierry Vignaud | 2017-10-04 | 2 | -2/+1 |
| | |||||
* | (_install_callback) kill unused arg | Thierry Vignaud | 2017-10-04 | 1 | -2/+2 |
| | |||||
* | kill unused variable | Thierry Vignaud | 2017-10-04 | 1 | -1/+0 |
| | |||||
* | Delete old commented code0.7.1 | Pascal Terjan | 2017-10-04 | 1 | -9/+0 |
| | |||||
* | Fix previous commit | Pascal Terjan | 2017-10-04 | 1 | -16/+4 |
| | |||||
* | Do not use chroot urpmi | Pascal Terjan | 2017-10-03 | 1 | -6/+6 |
| | | | | | Either use urpmi --root or urpmi --urpmi-root so that packages can be installed without networking inside the chroot. | ||||
* | Kill unused function | Pascal Terjan | 2017-10-03 | 1 | -34/+0 |
| | |||||
* | Use --urpmi-root also for urpmi.addmedia | Pascal Terjan | 2017-10-03 | 1 | -3/+7 |
| | | | | This allows adding the media without networking inside the chroot | ||||
* | Use a network namespace for builds | Pascal Terjan | 2017-10-03 | 1 | -0/+6 |
| | |||||
* | Kill upload/rsync in iurt | Pascal Terjan | 2017-10-03 | 1 | -22/+0 |
| | |||||
* | Kill most of $cache | Pascal Terjan | 2017-10-03 | 2 | -33/+18 |
| | |||||
* | kill "needed" and "buildrequires" | Pascal Terjan | 2017-10-03 | 1 | -5/+0 |
| | |||||
* | Kill status_mail | Pascal Terjan | 2017-10-02 | 1 | -10/+2 |
| | |||||
* | Return the expected NOT_FOUND in get_maint in case of error | Pascal Terjan | 2017-10-02 | 1 | -0/+3 |
| | |||||
* | Allow not checking chroot freshness | Pascal Terjan | 2017-10-02 | 1 | -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 basesystem | Pascal Terjan | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Fix killing the build when log file is not created within 30s | Pascal Terjan | 2017-08-29 | 1 | -1/+1 |
| | |||||
* | Fix stupid bug making upload very slow | Pascal Terjan | 2017-08-29 | 1 | -1/+1 |
| | |||||
* | Remove dead key | Pascal Terjan | 2017-07-29 | 1 | -1/+1 |
| | |||||
* | perl_checker: kill useless arg | Thierry Vignaud | 2016-12-31 | 1 | -2/+2 |
| | |||||
* | Move youri command into a separate function | Pascal Terjan | 2016-12-31 | 1 | -7/+13 |
| | |||||
* | Fix crash | Pascal Terjan | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | Fix bug causing to never delete src.rpm from todo | Pascal Terjan | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | Extract get_target_arch helper | Olivier Blin | 2016-11-24 | 3 | -2/+9 |
| | |||||
* | Do not check which architectures are ready to uploads when we don't have any ↵ | Pascal Terjan | 2016-11-24 | 1 | -0/+5 |
| | | | | built package |