aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Iurt/Queue.pm
Commit message (Collapse)AuthorAgeFilesLines
* ulri: Remove duplication on loading lock filePascal Terjan2022-04-261-22/+40
|
* Allow - in host when parsing lock file namePascal Terjan2020-01-091-1/+1
|
* Create one file per architecture for .uploadPascal Terjan2019-11-031-0/+2
| | | | This is consistent with .done, .excluded, etc so allows reusing the code.
* 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-151-3/+3
|
* 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
|
* Fix bug causing to never delete src.rpm from todoPascal Terjan2016-11-241-1/+1
|
* Extract get_target_arch helperOlivier Blin2016-11-241-1/+1
|
* 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
|
* Only mandatory arches are fatalPascal Terjan2016-10-201-1/+10
| | | | | Currently any previous failures casues to force fail anything succeeding later.
* Fix reuse of {arch} part of the treePascal Terjan2016-10-111-2/+2
| | | | | | | | 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.
* Add missing filePascal Terjan2016-02-151-0/+215