diff options
author | Karl Berry <karl@freefriends.org> | 2012-09-02 02:28:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-09-02 02:28:11 +0000 |
commit | 923932dccc81fab86ebdd1cc76e970543462b8be (patch) | |
tree | c75eaa9b30133afb2421d180cfbaaa02981a2390 /Master/tlpkg/installer | |
parent | 517540da78fd02977abd5a411623d91059b991de (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@27569 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index a07d8aac76b..714b403720e 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -10,13 +10,9 @@ $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 }, - 'India' => { - 'http://ctan.imsc.res.in/' => 1 - }, 'Indonesia' => { 'http://kambing.ui.ac.id/ctan/' => 1 }, @@ -36,10 +32,10 @@ $mirrors = { 'http://stingray.cyber.net.pk/pub/ctan/' => 1 }, 'Singapore' => { - 'http://download.nus.edu.sg/mirror/CTAN/' => 1, - 'http://raffles.nus.edu.sg/mirror/tex-archive/' => 1 + 'http://download.nus.edu.sg/mirror/CTAN/' => 1 }, 'Taiwan' => { + 'ftp://mirror.cs.nctu.edu.tw/pub/CTAN/' => 1, 'http://ctan.cdpa.nsysu.edu.tw/' => 1 }, 'Thailand' => { @@ -79,8 +75,7 @@ $mirrors = { 'http://ftp.cc.uoc.gr/mirrors/CTAN/' => 1 }, 'Italy' => { - 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1, - 'http://ftp.uniRoma2.it/TeX/' => 1 + 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1 }, 'Lithuania' => { 'http://ctan.vgtu.lt/' => 1 |