diff options
author | Karl Berry <karl@freefriends.org> | 2012-07-15 02:35:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-07-15 02:35:44 +0000 |
commit | c37ea17f4eeefe7a4da705f2a5e82420d0850460 (patch) | |
tree | ccd5f51017de52b17f4963b7b8b3149a9ed92ead /Master/tlpkg/installer | |
parent | 499fcfda6990a02a74916a944fd2a9f004c89147 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@27060 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 9277d84cf2c..64097b79580 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 }, @@ -16,9 +17,7 @@ $mirrors = { 'http://ctan.imsc.res.in/' => 1 }, 'Indonesia' => { - 'http://ctan.cermin.lipi.go.id/' => 1, - 'http://kambing.ui.ac.id/ctan/' => 1, - 'http://kebo.vlsm.org/CTAN/' => 1 + 'http://kambing.ui.ac.id/ctan/' => 1 }, 'Iran' => { 'http://ctan.um.ac.ir/' => 1, @@ -31,9 +30,6 @@ $mirrors = { 'http://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'http://ftp.neowiz.com/CTAN/' => 1 }, - 'Malaysia' => { - 'ftp://mirror.upm.edu.my/ctan/' => 1 - }, 'Pakistan' => { 'http://mirror-cybernet.lums.edu.pk/pub/ctan/' => 1, 'http://stingray.cyber.net.pk/pub/ctan/' => 1 @@ -50,9 +46,6 @@ $mirrors = { } }, 'Australasia' => { - 'Australia' => { - 'http://ctan.unsw.edu.au/' => 1 - }, 'New Zealand' => { 'http://elena.aut.ac.nz/ctan/' => 1 } @@ -104,7 +97,8 @@ $mirrors = { 'Russia' => { 'http://ctan.uni-altai.ru/' => 1, 'http://ctan.usu.ru/' => 1, - 'http://mirror.macomnet.net/pub/CTAN/' => 1 + 'http://mirror.macomnet.net/pub/CTAN/' => 1, + 'http://mirrors.nlab.su/ctan/' => 1 }, 'Serbia and Montenegro' => { 'http://rpm.scl.rs/CTAN/' => 1 @@ -125,9 +119,6 @@ $mirrors = { 'Costa Rica' => { 'http://mirrors.ucr.ac.cr/CTAN/' => 1 }, - 'Mexico' => { - 'http://tezcatl.fciencias.unam.mx/tex-archive/' => 1 - }, 'USA' => { 'http://ctan.gladstone-tech.com/' => 1, 'http://ctan.mackichan.com/' => 1, @@ -140,6 +131,7 @@ $mirrors = { 'http://mirror.math.ku.edu/tex-archive/' => 1, 'http://mirror.unl.edu/ctan/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, + 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, 'http://mirrors.med.harvard.edu/ctan/' => 1, 'http://mirrors.rit.edu/CTAN/' => 1, 'http://www.math.washington.edu/tex-archive/' => 1 |