[openwrt/openwrt] scripts/download.pl: remove stale GNOME download sites

LEDE Commits lede-commits at lists.infradead.org
Fri Sep 1 14:10:38 PDT 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/402212c3b0475a220e7581ccef577c05eee640a3

commit 402212c3b0475a220e7581ccef577c05eee640a3
Author: Hannu Nyman <hannu.nyman at iki.fi>
AuthorDate: Fri Sep 1 18:56:49 2023 +0300

    scripts/download.pl: remove stale GNOME download sites
    
    Remove stale sites from @GNOME alias:
    * remove 2 sites that have stale 3 years old content
    * remove 2 sites that have dropped GNOME
    * convert 2 sites from FTP to HTTP
    
    Signed-off-by: Hannu Nyman <hannu.nyman at iki.fi>
---
 scripts/download.pl | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/scripts/download.pl b/scripts/download.pl
index 676c6e9e6b..508147f240 100755
--- a/scripts/download.pl
+++ b/scripts/download.pl
@@ -314,12 +314,8 @@ foreach my $mirror (@ARGV) {
 		push @mirrors, "https://download.gnome.org/sources/$1";
 		push @mirrors, "https://mirror.csclub.uwaterloo.ca/gnome/sources/$1";
 		push @mirrors, "http://ftp.acc.umu.se/pub/GNOME/sources/$1";
-		push @mirrors, "http://ftp.kaist.ac.kr/gnome/sources/$1";
-		push @mirrors, "http://www.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/$1";
-		push @mirrors, "http://mirror.internode.on.net/pub/gnome/sources/$1";
-		push @mirrors, "http://ftp.belnet.be/ftp.gnome.org/sources/$1";
-		push @mirrors, "ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/$1";
-		push @mirrors, "ftp://ftp.nara.wide.ad.jp/pub/X11/GNOME/sources/$1";
+		push @mirrors, "http://ftp.cse.buffalo.edu/pub/Gnome/sources/$1";
+		push @mirrors, "http://ftp.nara.wide.ad.jp/pub/X11/GNOME/sources/$1";
 		push @mirrors, "https://mirrors.ustc.edu.cn/gnome/sources/$1";
 	} else {
 		push @mirrors, $mirror;




More information about the lede-commits mailing list