diff options
author | Pascal Terjan <pterjan@mageia.org> | 2018-10-14 22:48:02 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2018-10-14 22:51:53 +0000 |
commit | ea9871879d0900d84b8c1a1a4b93db9fac754aed (patch) | |
tree | 7666e5e7194c0e186c163bed163dd0f79281297f /lib/Iurt | |
parent | 33e3b1947012309582892b54d4404f4f37745142 (diff) | |
download | iurt-ea9871879d0900d84b8c1a1a4b93db9fac754aed.tar iurt-ea9871879d0900d84b8c1a1a4b93db9fac754aed.tar.gz iurt-ea9871879d0900d84b8c1a1a4b93db9fac754aed.tar.bz2 iurt-ea9871879d0900d84b8c1a1a4b93db9fac754aed.tar.xz iurt-ea9871879d0900d84b8c1a1a4b93db9fac754aed.zip |
Kill other architectures in case of failure
Diffstat (limited to 'lib/Iurt')
-rw-r--r-- | lib/Iurt/Queue.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Iurt/Queue.pm b/lib/Iurt/Queue.pm index 5d4dbc5..449ec36 100644 --- a/lib/Iurt/Queue.pm +++ b/lib/Iurt/Queue.pm @@ -143,8 +143,6 @@ sub cleanup_failed_build { move($file, "$fail_dir/$prefix/"); } } - - # TODO: abort all builds in progress } sub get_upload_tree_state { |