remove broken mirrors for linux kernel
authorMirko Vogt <mirko@openwrt.org>
Sun, 14 Jul 2013 21:26:35 +0000 (21:26 +0000)
committerMirko Vogt <mirko@openwrt.org>
Sun, 14 Jul 2013 21:26:35 +0000 (21:26 +0000)
ftp.de.kernel.org / ftp.fr.kernel.org don't resolv anymore,
ftp.all.kernel.org is DNS round robin anyway

Signed-off-by: Mirko Vogt <mirko@openwrt.org>
SVN-Revision: 37323

scripts/download.pl

index 2ed852a231a938fde07dbd024e47b36066ed48b3..f17500f3c18bb768b6fbfb1434cdc34939b5bcb6 100755 (executable)
@@ -167,10 +167,6 @@ foreach my $mirror (@ARGV) {
                foreach my $dir (@extra) {
                        push @mirrors, "ftp://ftp.all.kernel.org/pub/$dir";
                        push @mirrors, "http://ftp.all.kernel.org/pub/$dir";
-                       push @mirrors, "ftp://ftp.de.kernel.org/pub/$dir";
-                       push @mirrors, "http://ftp.de.kernel.org/pub/$dir";
-                       push @mirrors, "ftp://ftp.fr.kernel.org/pub/$dir";
-                       push @mirrors, "http://ftp.fr.kernel.org/pub/$dir";
                }
     } elsif ($mirror =~ /^\@GNOME\/(.+)$/) {
                push @mirrors, "http://ftp.gnome.org/pub/GNOME/sources/$1";