diff options
-rwxr-xr-x | emi | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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"; |