[openwrt/openwrt] download: remove broken mirrors

LEDE Commits lede-commits at lists.infradead.org
Wed Feb 24 14:38:47 EST 2021


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/f647d9e6bbf423078f0554ff974fdcf47b21a9ce

commit f647d9e6bbf423078f0554ff974fdcf47b21a9ce
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Sat Feb 20 21:24:11 2021 +0100

    download: remove broken mirrors
    
    These mirrors don't exist anymore. Remove them.
    
    Signed-off-by: David Bauer <mail at david-bauer.net>
    (cherry picked from commit f04e0074915f03249cdebb460d4dc92875091c63)
---
 scripts/download.pl | 2 --
 1 file changed, 2 deletions(-)

diff --git a/scripts/download.pl b/scripts/download.pl
index e13405033f..beb3abdeee 100755
--- a/scripts/download.pl
+++ b/scripts/download.pl
@@ -226,7 +226,6 @@ foreach my $mirror (@ARGV) {
 		push @mirrors, "http://ftp.acc.umu.se/mirror/gnu.org/savannah/$1";
 		push @mirrors, "http://nongnu.uib.no/$1";
 		push @mirrors, "http://ftp.igh.cnrs.fr/pub/nongnu/$1";
-		push @mirrors, "http://public.p-knowledge.co.jp/Savannah-nongnu-mirror/$1";
 		push @mirrors, "ftp://cdimage.debian.org/mirror/gnu.org/savannah/$1";
 		push @mirrors, "ftp://ftp.acc.umu.se/mirror/gnu.org/savannah/$1";
 	} elsif ($mirror =~ /^\@KERNEL\/(.+)$/) {
@@ -238,7 +237,6 @@ foreach my $mirror (@ARGV) {
 		}
 		foreach my $dir (@extra) {
 			push @mirrors, "https://cdn.kernel.org/pub/$dir";
-			push @mirrors, "https://mirror.rackspace.com/kernel.org/pub/$dir";
 			push @mirrors, "https://download.xs4all.nl/ftp.kernel.org/pub/$dir";
 			push @mirrors, "https://mirrors.mit.edu/kernel/$dir";
 			push @mirrors, "http://ftp.nara.wide.ad.jp/pub/kernel.org/$dir";



More information about the lede-commits mailing list