aboutsummaryrefslogtreecommitdiffstats
path: root/ulri
diff options
context:
space:
mode:
Diffstat (limited to 'ulri')
-rwxr-xr-xulri4
1 files changed, 2 insertions, 2 deletions
diff --git a/ulri b/ulri
index 745ae65..ff1f76d 100755
--- a/ulri
+++ b/ulri
@@ -298,7 +298,7 @@ foreach my $prefix (keys %pkg_tree) {
unless ($timeout || $zombie || $ended) {
# Everything is fine, build is continuing!
# Kill it if that package had failed on a mandatory arch
- if (check_if_mandatory_arch_failed($media, $prefix, $ent, $config)) {
+ if (check_if_mandatory_arch_failed($media, $ent, $config)) {
ssh($remote, "kill -14 $pid");
}
next bot;
@@ -388,7 +388,7 @@ foreach my $prefix (keys %pkg_tree) {
next if $error;
if ($done) {
- if (check_if_mandatory_arch_failed($media, $prefix, $ent, $config)) {
+ if (check_if_mandatory_arch_failed($media, $ent, $config)) {
# Discard this arch as another mandatory one failed
cleanup_failed_build($todo_dir, $done_dir, $fail_dir, $prefix, $ent, $media, $arch, $config);
} else {