From e80786fa7ef1011dd0591ece923059c89b915d08 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Thu, 17 Mar 2022 19:59:49 +0800 Subject: [PATCH] scripts/download.pl: drop cqu mirror Signed-off-by: Tianling Shen (cherry picked from commit 7807fb01194e29936cdac7cb84790624c3f4cc81) --- scripts/download.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/download.pl b/scripts/download.pl index 055a02d76e..55934d89ed 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -251,7 +251,6 @@ foreach my $mirror (@ARGV) { push @extra, "$extra[0]/longterm/v$1"; } foreach my $dir (@extra) { - # 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://download.xs4all.nl/ftp.kernel.org/pub/$dir";