aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Iurt/Ulri.pm
Commit message (Collapse)AuthorAgeFilesLines
* Add an utility to cancel a buildPascal Terjan2024-01-011-1/+137
| | | | | | | | | | | | | | Usage: $ cancel_build 20231231211004.pterjan.duvel.1487312 *: [cancel_build] check uploads tree I: [cancel_build] check dir: /var/lib/schedbot/uploads/done I: [cancel_build] check dir: /var/lib/schedbot/uploads/todo I: [cancel_build] Failing 20231231211004.pterjan.duvel.1487312 and cleaning up done architectures I: [cancel_build] Killing process 1146007 on rabbit2 (building for arch "i586") I: [cancel_build] Killing process 2204767 on ecosse0 (building for arch "x86_64") I: [cancel_build] Killing process 3092253 on ociaa1-a (building for arch "aarch64") I: [cancel_build] Killing process 3092165 on ociaa1-b (building for arch "armv7hl")
* ulri: Fix syntaxPascal Terjan2023-01-291-1/+1
|
* Increase robustness when scp fails0.8.0Pascal Terjan2023-01-191-0/+8
| | | | | Do not remove lock file and mark build as done until we copied all the files.
* Add architecture in botcmd filenamePascal Terjan2020-06-151-1/+1
|
* ulri: sort file names in mailThierry Vignaud2020-04-271-2/+2
|
* Use setarch linux32 rather than target archPascal Terjan2019-11-091-2/+4
| | | | | | | | $ setarch --list uname26 linux32 linux64 armv7l
* Always call setarchPascal Terjan2019-11-091-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 sending of failure emailsPascal Terjan2016-11-081-0/+1
|
* Fix handling of failed builds causing a crashPascal Terjan2016-10-171-0/+1
| | | | This caused also to not send failure emails
* Better modules splitPascal Terjan2016-02-061-9/+1
|
* Start splitting ulriPascal Terjan2016-02-061-0/+185