From 7807fb01194e29936cdac7cb84790624c3f4cc81 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 --- scripts/download.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/download.pl b/scripts/download.pl index cc1e4bbed6..676221e5a5 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -254,7 +254,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";