Skip to content
Snippets Groups Projects
Commit 819472b2 authored by Luka Perkov's avatar Luka Perkov
Browse files

scripts: update GNU mirrors

SVN-Revision: 35838
parent c81945e9
No related branches found
No related tags found
No related merge requests found
......@@ -153,13 +153,10 @@ foreach my $mirror (@ARGV) {
}
} elsif ($mirror =~ /^\@GNU\/(.+)$/) {
push @mirrors, "ftp://ftp.gnu.org/gnu/$1";
push @mirrors, "http://ftpmirror.gnu.org/$1";
push @mirrors, "ftp://ftp.belnet.be/mirror/ftp.gnu.org/gnu/$1";
push @mirrors, "ftp://ftp.mirror.nl/pub/mirror/gnu/$1";
push @mirrors, "http://mirror.switch.ch/ftp/mirror/gnu/$1";
push @mirrors, "ftp://ftp.uu.net/archive/systems/gnu/$1";
push @mirrors, "ftp://ftp.eu.uu.net/pub/gnu/$1";
push @mirrors, "ftp://ftp.leo.org/pub/comp/os/unix/gnu/$1";
push @mirrors, "ftp://ftp.digex.net/pub/gnu/$1";
} elsif ($mirror =~ /^\@KERNEL\/(.+)$/) {
my @extra = ( $1 );
if ($filename =~ /linux-\d+\.\d+(?:\.\d+)?-rc/) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment