From: Mirko Vogt Date: Sun, 14 Jul 2013 21:26:35 +0000 (+0000) Subject: remove broken mirrors for linux kernel X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=commitdiff_plain;h=53d4d18f07c0ab53cb8763d285e2fdaa9cec593d remove broken mirrors for linux kernel 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 SVN-Revision: 37323 --- diff --git a/scripts/download.pl b/scripts/download.pl index 2ed852a231..f17500f3c1 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -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";