Loading maintainers/scripts/copy-tarballs.pl +6 −0 Original line number Diff line number Diff line Loading @@ -164,6 +164,7 @@ elsif (defined $expr) { my $algo = $fetch->{type}; my $hash = $fetch->{hash}; my $name = $fetch->{name}; my $isPatch = $fetch->{isPatch}; if ($hash =~ /^([a-z0-9]+)-([A-Za-z0-9+\/=]+)$/) { $algo = $1; Loading @@ -189,6 +190,11 @@ elsif (defined $expr) { next; } if ($isPatch) { print STDERR "skipping $url (support for patches is missing)\n"; next; } next if defined $exclude && $url =~ /$exclude/; if (alreadyMirrored($algo, $hash)) { Loading Loading
maintainers/scripts/copy-tarballs.pl +6 −0 Original line number Diff line number Diff line Loading @@ -164,6 +164,7 @@ elsif (defined $expr) { my $algo = $fetch->{type}; my $hash = $fetch->{hash}; my $name = $fetch->{name}; my $isPatch = $fetch->{isPatch}; if ($hash =~ /^([a-z0-9]+)-([A-Za-z0-9+\/=]+)$/) { $algo = $1; Loading @@ -189,6 +190,11 @@ elsif (defined $expr) { next; } if ($isPatch) { print STDERR "skipping $url (support for patches is missing)\n"; next; } next if defined $exclude && $url =~ /$exclude/; if (alreadyMirrored($algo, $hash)) { Loading