From 07d3b6e2b8951911987ddae313e03218dd2f7992 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sat, 20 Feb 2021 21:24:11 +0100 Subject: [PATCH] download: remove broken mirrors These mirrors don't exist anymore. Remove them. Signed-off-by: David Bauer --- scripts/download.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/download.pl b/scripts/download.pl index e67cc571ea..8d40646694 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -238,7 +238,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\/(.+)$/) { @@ -252,7 +251,6 @@ foreach my $mirror (@ARGV) { push @mirrors, "https://mirrors.cqu.edu.cn/kernel/$dir"; push @mirrors, "https://mirrors.ustc.edu.cn/kernel.org/$dir"; 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";