diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2023-09-01 18:56:49 +0300 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-09-01 23:09:43 +0200 |
commit | 402212c3b0475a220e7581ccef577c05eee640a3 (patch) | |
tree | 0ab499ed1f1f579795b328daaf796576cc81c9a5 /scripts | |
parent | d1ac7230d09c2192925906948e3970214513421d (diff) |
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@iki.fi>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/download.pl | 8 |
1 files 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; |