diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-04 03:39:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-04 03:39:03 +0000 |
commit | 33a702da202e9312a9b7502f3f2f8b9a28476d3a (patch) | |
tree | cc5f61c7518507f84affc2d09a15f45f2944d3d3 /Master/tlpkg | |
parent | 47f6731528bdbb434e789980a63fc5185ba51504 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@25557 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 5157e1e2d67..71c8b8509ed 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -9,6 +9,7 @@ $mirrors = { 'http://ftp.ctex.org/mirrors/CTAN/' => 1, 'http://mirror.bjtu.edu.cn/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, + 'http://mirror.qdu.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1, 'http://mirrors.xmu.edu.cn/CTAN/' => 1 }, @@ -40,7 +41,8 @@ $mirrors = { 'http://raffles.nus.edu.sg/mirror/tex-archive/' => 1 }, 'Taiwan' => { - 'http://ctan.cdpa.nsysu.edu.tw/' => 1 + 'http://ctan.cdpa.nsysu.edu.tw/' => 1, + 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 }, 'Thailand' => { 'http://ctan.megagod.net/tex-archive/' => 1 @@ -66,7 +68,6 @@ $mirrors = { 'http://ctan.mines-albi.fr/' => 1, 'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, 'http://ftp.oleane.net/pub/CTAN/' => 1, - 'http://mirror.ibcp.fr/pub/CTAN/' => 1, 'http://mirrors.ircam.fr/pub/CTAN/' => 1 }, 'Germany' => { @@ -120,9 +121,6 @@ $mirrors = { 'http://mirror.csclub.uwaterloo.ca/CTAN/' => 1, 'http://mirror.its.dal.ca/ctan/' => 1 }, - 'Costa Rica' => { - 'http://mirrors.ucr.ac.cr/CTAN/' => 1 - }, 'Mexico' => { 'http://tezcatl.fciencias.unam.mx/tex-archive/' => 1 }, |