diff options
author | Karl Berry <karl@freefriends.org> | 2011-11-20 03:28:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-11-20 03:28:45 +0000 |
commit | 33d551f83c35aecb6a651468507a8e13ea1519a2 (patch) | |
tree | c5fffa75fb0a683a6282408ced092a5d8a41d954 /Master/tlpkg | |
parent | 5a5a665411db53d7346216e5be786c341df0b105 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@24625 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 0f113c66d9b..10d27ec687e 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -10,7 +10,6 @@ $mirrors = { 'http://mirror.bjtu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirror.osqdu.org/CTAN/' => 1, - 'http://mirrors.ustc.edu.cn/CTAN/' => 1, 'http://mirrors.xmu.edu.cn/CTAN/' => 1 }, 'India' => { @@ -38,9 +37,6 @@ $mirrors = { 'http://mirror-cybernet.lums.edu.pk/pub/ctan/' => 1, 'http://stingray.cyber.net.pk/pub/ctan/' => 1 }, - 'Singapore' => { - 'http://raffles.nus.edu.sg/mirror/tex-archive/' => 1 - }, 'Taiwan' => { 'http://ctan.cdpa.nsysu.edu.tw/' => 1 } @@ -101,6 +97,7 @@ $mirrors = { 'Russia' => { 'ftp://ftp.vsu.ru/pub/CTAN/' => 1, 'http://ctan.uni-altai.ru/' => 1, + 'http://ctan.usu.ru/' => 1, 'http://mirror.macomnet.net/pub/CTAN/' => 1 }, 'Serbia and Montenegro' => { @@ -140,8 +137,7 @@ $mirrors = { 'Brazil' => { 'http://ceres.cisc.usp.br/CTAN/' => 1, 'http://ctan.tche.br/' => 1, - 'http://linorg.usp.br/CTAN/' => 1, - 'http://mirror.softwarelivre.ufsc.br/pub/ctan/' => 1 + 'http://linorg.usp.br/CTAN/' => 1 }, 'Chile' => { 'ftp://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 |