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 93538f3..03c425b 100755
--- a/ulri
+++ b/ulri
@@ -307,7 +307,7 @@ foreach my $prefix (keys %pkg_tree) {
}
fetch_and_delete_logs($remote, "$prefix_dir/log", "$fail_dir/$prefix");
- record_bot_complete($run, $bot, $lock_file, $prefix, $ent, $media, $host, $pid);
+ record_bot_complete(\%run, $bot, $arch, $lock_file, $prefix, $ent, $media, $host, $pid);
next bot;
}
@@ -380,7 +380,7 @@ foreach my $prefix (keys %pkg_tree) {
}
}
- record_bot_complete($run, $bot, $lock_file, $prefix, $ent, $media, $host, $pid);
+ record_bot_complete(\%run, $bot, $arch, $lock_file, $prefix, $ent, $media, $host, $pid);
# In case of success we have now fetched packages and logs and cleaned up the remote machine
next bot if $done;