Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow - in host when parsing lock file name | Pascal Terjan | 2020-01-09 | 2 | -1/+3 |
| | |||||
* | Release 0.7.90.7.9 | Pascal Terjan | 2019-11-09 | 2 | -1/+2 |
| | |||||
* | Use setarch linux32 rather than target arch | Pascal Terjan | 2019-11-09 | 2 | -4/+6 |
| | | | | | | | | $ setarch --list uname26 linux32 linux64 armv7l | ||||
* | Always call setarch | Pascal Terjan | 2019-11-09 | 2 | -4/+4 |
| | | | | | | | 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 | 2 | -1/+2 |
| | |||||
* | 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 | 2 | -9/+24 |
| | | | | | 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 | 3 | -5/+12 |
| | | | | | 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 | 3 | -29/+7 |
| | | | | | | | | 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 | 3 | -7/+29 |
| | |||||
* | Create a 0.7.8.1 after merge0.7.8.1 | Pascal Terjan | 2018-10-16 | 2 | -1/+4 |
| | |||||
* | 0.7.8 | Pascal Terjan | 2018-10-16 | 2 | -1/+2 |
| | |||||
* | Use SIGTERM to kill iurt and install a handler | Pascal Terjan | 2018-10-16 | 3 | -8/+15 |
| | |||||
* | Kill processes before unmounting in clean_chroot | Pascal Terjan | 2018-10-16 | 2 | -5/+4 |
| | |||||
* | Ignore failures when cancelling builds | Pascal Terjan | 2018-10-16 | 3 | -12/+22 |
| | | | | | This will avoid listing other architectures as failed, and giving some confusing logs. | ||||
* | remove unused parameter | Thierry Vignaud | 2018-10-15 | 3 | -6/+6 |
| | |||||
* | Add missing import0.7.7 | Pascal Terjan | 2018-10-14 | 1 | -1/+1 |
| | |||||
* | 0.7.7 | Pascal Terjan | 2018-10-14 | 2 | -1/+2 |
| | |||||
* | Kill other architectures in case of failure | Pascal Terjan | 2018-10-14 | 3 | -2/+5 |
| | |||||
* | Delete .done files when a mandatory arch fails | Pascal Terjan | 2018-10-14 | 1 | -2/+12 |
| | |||||
* | Try killing the build when ulri sees a timeout | Pascal Terjan | 2018-10-14 | 1 | -5/+12 |
| | | | | | | This only matters if the build node for some reason has a larger timeout than the main config, in which case we were forgetting about it. | ||||
* | Update TODO | Pascal Terjan | 2018-10-06 | 1 | -0/+1 |
| | |||||
* | Only use mandatory archs for noarch builds | Pascal Terjan | 2018-10-06 | 2 | -1/+11 |
| | |||||
* | Add/Update TODOs | Pascal Terjan | 2018-08-10 | 1 | -0/+2 |
| | |||||
* | Only compute timeout once | Pascal Terjan | 2018-08-10 | 1 | -3/+2 |
| | |||||
* | Stop building perl-Math-Int64 | Pascal Terjan | 2018-08-03 | 1 | -3/+1 |
| | |||||
* | Download perl-Math-Int64 before trying to build it | Pascal Terjan | 2018-08-03 | 1 | -1/+1 |
| | |||||
* | Rebuild perl-List-MoreUtils-XS before perl-List-MoreUtils | Pascal Terjan | 2018-08-03 | 1 | -2/+4 |
| | |||||
* | perl-List-MoreUtils now needs perl-Test-LeakTrace | Pascal Terjan | 2018-08-03 | 1 | -1/+3 |
| | |||||
* | we now need to rebuild perl-List-MoreUtils-XS too | Thierry Vignaud | 2018-08-01 | 1 | -1/+1 |
| | |||||
* | 0.7.60.7.6 | Pascal Terjan | 2018-07-28 | 2 | -4/+5 |
| | |||||
* | Update NEWS, that commit actually fixed a bug | Pascal Terjan | 2018-07-28 | 1 | -1/+1 |
| | |||||
* | Allow disabling build_stalled_timeout | Pascal Terjan | 2018-07-28 | 2 | -1/+2 |
| | |||||
* | Add a small TODO | Pascal Terjan | 2018-06-27 | 1 | -0/+1 |
| | |||||
* | Fail build which timeout even is machine is unreachable | Pascal Terjan | 2018-06-02 | 2 | -3/+4 |
| | |||||
* | Add TODOs | Pascal Terjan | 2018-06-02 | 1 | -1/+3 |
| | |||||
* | Don't report ok status until we are done copying files | Pascal Terjan | 2018-06-02 | 1 | -1/+2 |
| | | | | | | This is very unlikely to be a bug as we don't write this status to the file at that time anyway but this is more correct. | ||||
* | Revert "A small typo when it can't find a config file, line 348" | Stig-Ørjan Smelror | 2018-05-25 | 1 | -1/+1 |
| | | | | This reverts commit 53e37fb0b9f17f5e409e3f5991421fab76c45f6d. | ||||
* | A small typo when it can't find a config file, line 348 | Stig-Ørjan Smelror | 2018-05-24 | 1 | -1/+1 |
| | |||||
* | Kill iurt_cache_cleaner.sh | Pascal Terjan | 2018-01-11 | 1 | -130/+0 |
| | | | | Cache support was removed | ||||
* | Remove unused option | Pascal Terjan | 2018-01-11 | 3 | -6/+1 |
| | |||||
* | Default to 10 minutes for commands | Pascal Terjan | 2018-01-11 | 3 | -3/+3 |
| | | | | Especially for large packages 5 minutes to recreate src.rpm is not enough | ||||
* | we no more need to rebuild perl-Math-Int64 for URPM | Thierry Vignaud | 2017-10-18 | 1 | -1/+1 |
| | |||||
* | 0.7.50.7.5 | Thierry Vignaud | 2017-10-15 | 2 | -1/+2 |
| | |||||
* | fix checking if chroot needs updating | Thierry Vignaud | 2017-10-15 | 2 | -1/+2 |
| | | | | | | | | | 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 | ||||
* | perl_checker cleanups | Thierry Vignaud | 2017-10-13 | 1 | -1/+1 |
| | |||||
* | kill unused variable | Thierry Vignaud | 2017-10-13 | 1 | -1/+0 |
| | |||||
* | 0.7.40.7.4 | Pascal Terjan | 2017-10-13 | 1 | -1/+1 |
| | |||||
* | Fix getting package name from src.rpm | Pascal Terjan | 2017-10-13 | 2 | -3/+5 |
| | | | | | Name is prefixed by revision on the buuld system. Also, this was already done for build_timeout so share the code. |