From 4f2e7f32931579ae77c5a570dd426b315f018f66 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 12 Oct 2018 21:40:41 +0000 Subject: (give_ctan_mirror_base): down to one backbone (www.ctan.org) git-svn-id: svn://tug.org/texlive/trunk@48892 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Master/tlpkg/TeXLive/TLUtils.pm') diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 5c96d1aeb95..e167008ed19 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -3765,9 +3765,8 @@ sub check_on_working_mirror { =cut sub give_ctan_mirror_base { - my @backbone = qw!http://www.ctan.org/tex-archive - http://www.tex.ac.uk/tex-archive - http://dante.ctan.org/tex-archive!; + # only one backbone has existed for a while (2018). + my @backbone = qw!http://www.ctan.org/tex-archive!; # start by selecting a mirror and test its operationality my $mirror = query_ctan_mirror(); -- cgit v1.2.3