summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-05-26 01:50:18 +0000
committerKarl Berry <karl@freefriends.org>2013-05-26 01:50:18 +0000
commitfa4529f252e63dbc04239db7c4ad7f65ab410195 (patch)
treec484cd3dc703373a751bd6bf2e8d7c22231106f4 /Master/tlpkg/installer
parenta83e54b213b81f7740bb5bb72f1ce120d5bc8b1c (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@30676 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl7
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index dbbc0aa44df..1001cb11a52 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -1,7 +1,8 @@
$mirrors = {
'Africa' => {
'South Africa' => {
- 'http://ctan.mirror.ac.za/' => 1
+ 'http://ctan.mirror.ac.za/' => 1,
+ 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1
}
},
'Asia' => {
@@ -11,9 +12,6 @@ $mirrors = {
'http://mirror.neu.edu.cn/CTAN/' => 1,
'http://mirrors.ustc.edu.cn/CTAN/' => 1
},
- 'Hong Kong' => {
- 'ftp://ftp.comp.hkbu.edu.hk/pub/TeX/CTAN/' => 1
- },
'India' => {
'http://ctan.imsc.res.in/' => 1
},
@@ -120,6 +118,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
},