summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLUtils.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-10-12 21:40:41 +0000
committerKarl Berry <karl@freefriends.org>2018-10-12 21:40:41 +0000
commit4f2e7f32931579ae77c5a570dd426b315f018f66 (patch)
tree590a7c8b569552a2a77bbc234aa88c39de153fd5 /Master/tlpkg/TeXLive/TLUtils.pm
parent6ba89e82a24d9e6fe5e30f57a3bfa3adcc033b3a (diff)
(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
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm5
1 files changed, 2 insertions, 3 deletions
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();