aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Iurt/Emi.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Iurt/Emi.pm b/lib/Iurt/Emi.pm
index 1bf595c..5d6be34 100644
--- a/lib/Iurt/Emi.pm
+++ b/lib/Iurt/Emi.pm
@@ -80,6 +80,7 @@ sub find_prefixes_ready_to_upload {
# We need this package to cover the new arch
# Set it for all, it may allow getting rid of some others
foreach (keys %{$pkg_tree{$prefix}{media}{$media}{arch}}) {
+ # BUG There may be no package to upload for this arch in this prefix if this is a secondary upload
$targets{$target}{$media}{arch_finisher}{$_} = $prefix;
}
}