diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-29 19:28:12 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-29 19:28:12 +0000 |
commit | 0c3a38397429ea83220793aadd5c81b26040f158 (patch) | |
tree | cd123de056375c92525dc57d62f75b971b738f88 | |
parent | c21b5cc34ab2b8f28b914ed9318b4f6f046a5b7b (diff) | |
download | upstream-0c3a38397429ea83220793aadd5c81b26040f158.tar.gz upstream-0c3a38397429ea83220793aadd5c81b26040f158.tar.bz2 upstream-0c3a38397429ea83220793aadd5c81b26040f158.zip |
download.pl: remove ftp.geo.kernel.org mirror, it does not resolve
SVN-Revision: 29947
-rwxr-xr-x | scripts/download.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/download.pl b/scripts/download.pl index 7d2c41e0d0..042b1cce7d 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -142,8 +142,6 @@ foreach my $mirror (@ARGV) { push @extra, "$extra[0]/longterm/v$1"; } foreach my $dir (@extra) { - push @mirrors, "ftp://ftp.geo.kernel.org/pub/$dir"; - push @mirrors, "http://ftp.geo.kernel.org/pub/$dir"; 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"; |