From c04a6b6684c17dacbe279b3f4c2f1ffeb9695e4c Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sun, 8 Nov 2015 23:37:09 +0100 Subject: emi: Upload packages for extra arches even if mandatory arches have been uploaded already --- emi | 6 ++++++ 1 file changed, 6 insertions(+) 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"; -- cgit v1.2.1