aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xemi6
1 files changed, 6 insertions, 0 deletions
diff --git a/emi b/emi
index 88d2b87..9a1096f 100755
--- a/emi
+++ b/emi
@@ -210,6 +210,12 @@ foreach my $prefix (sort keys %pkg_tree) {
my %missing;
plog('DEBUG', "... in $path");
+
+ if ($uploaded{$prefix}{$section}) {
+ plog('INFO', "package already uploaded for mandatory arches, proceeding");
+ next;
+ }
+
foreach my $m (@wanted_archs, 'src') {
$excluded{$prefix}{$section}{$m} and next;
my $x = "yes";