summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-05-10 01:15:31 +0000
committerKarl Berry <karl@freefriends.org>2015-05-10 01:15:31 +0000
commit8df80001b7a3afc92fcfd4e8c9440c1e9331a785 (patch)
tree5218526cdff8e4792775067c2a2bc59e47b9d503 /Master/tlpkg/installer
parent88f2af9b92ee0f010f6a1a05957ae775eb420e74 (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@37302 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl15
1 files changed, 6 insertions, 9 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index c6fb074ae5e..0447452ae90 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -10,18 +10,12 @@ $mirrors = {
'China' => {
'http://mirror.bjtu.edu.cn/CTAN/' => 1,
'http://mirror.neu.edu.cn/CTAN/' => 1,
- 'http://mirrors.hustunique.com/CTAN/' => 1,
- 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1,
- 'http://mirrors.ustc.edu.cn/CTAN/' => 1
- },
- 'Hong Kong' => {
- 'ftp://ftp.comp.hkbu.edu.hk/pub/TeX/CTAN/' => 1
+ 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1
},
'India' => {
'http://ctan.imsc.res.in/' => 1
},
'Iran' => {
- 'http://ctan.asis.io/tex-archive/' => 1,
'http://ctan.yazd.ac.ir/' => 1
},
'Japan' => {
@@ -116,8 +110,7 @@ $mirrors = {
'http://mirrors.fe.up.pt/pub/CTAN/' => 1
},
'Russia' => {
- 'http://ctan.uni-altai.ru/' => 1,
- 'http://mirror.macomnet.net/pub/CTAN/' => 1
+ 'http://ctan.uni-altai.ru/' => 1
},
'Slovenia' => {
'http://ctan.ijs.si/tex-archive/' => 1
@@ -161,7 +154,11 @@ $mirrors = {
},
'South America' => {
'Brazil' => {
+ 'http://linorg.usp.br/CTAN/' => 1,
'http://repositorios.cpai.unb.br/ctan/' => 1
+ },
+ 'Chile' => {
+ 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1
}
}
};