diff options
author | Karl Berry <karl@freefriends.org> | 2013-09-08 01:19:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-09-08 01:19:41 +0000 |
commit | f307f901b15a967f8f4d15a4d62b6c5ddf4bb5b2 (patch) | |
tree | 1055e6022a3d678cdeac5ea10e03f08d21ae19e9 /Master/tlpkg/installer | |
parent | 55a0beedc9ebdb2160b53ce30c3e34db76612aa2 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@31595 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 7c5b476ef20..6843ae2f001 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -9,7 +9,6 @@ $mirrors = { 'China' => { 'http://ftp.ctex.org/mirrors/CTAN/' => 1, 'http://mirror.neu.edu.cn/CTAN/' => 1, - 'http://mirrors.hustunique.com/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, 'Hong Kong' => { @@ -23,9 +22,7 @@ $mirrors = { 'http://s2.mirrors.gudangteknologi.com/tex-archive/' => 1 }, 'Iran' => { - 'http://ctan.um.ac.ir/' => 1, - 'http://ctan.yazd.ac.ir/' => 1, - 'http://ctan.yazduni.ac.ir/' => 1 + 'http://ctan.yazd.ac.ir/' => 1 }, 'Israel' => { 'http://mirror.isoc.org.il/pub/ctan/' => 1 @@ -33,7 +30,6 @@ $mirrors = { 'Japan' => { 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.riken.go.jp/pub/tex-archive/' => 1, - 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 }, 'Korea' => { @@ -46,8 +42,7 @@ $mirrors = { 'http://ossm.utm.my/tex-archive/' => 1 }, 'Pakistan' => { - 'http://mirror-cybernet.lums.edu.pk/pub/ctan/' => 1, - 'http://stingray.cyber.net.pk/pub/ctan/' => 1 + 'http://mirror-cybernet.lums.edu.pk/pub/ctan/' => 1 }, 'Singapore' => { 'http://download.nus.edu.sg/mirror/CTAN/' => 1 @@ -104,9 +99,6 @@ $mirrors = { 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1, 'http://ftp.uniRoma2.it/TeX/' => 1 }, - 'Lithuania' => { - 'http://ctan.vgtu.lt/' => 1 - }, 'Netherlands' => { 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1 }, @@ -127,8 +119,7 @@ $mirrors = { 'Russia' => { 'http://ctan.uni-altai.ru/' => 1, 'http://ctan.usu.ru/' => 1, - 'http://mirror.macomnet.net/pub/CTAN/' => 1, - 'http://mirrors.nlab.su/ctan/' => 1 + 'http://mirror.macomnet.net/pub/CTAN/' => 1 }, 'Slovenia' => { 'http://ctan.ijs.si/tex-archive/' => 1 @@ -170,7 +161,6 @@ $mirrors = { '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 } }, |