summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-03-29 01:20:09 +0000
committerKarl Berry <karl@freefriends.org>2015-03-29 01:20:09 +0000
commit82a8291b4bb7a10c9aa4b9b0bc14783a8b51eda2 (patch)
treecd39a616807c500ec005251be881af4f3ea0ac27 /Master/tlpkg/installer
parentda29dd1611d4a655f91f5a67c8daf2bd3b032e28 (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@36665 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl13
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index 11705966b01..9ff74d211b8 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -2,7 +2,8 @@ $mirrors = {
'Africa' => {
'South Africa' => {
'http://ctan.mirror.ac.za/' => 1,
- 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1
+ 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1,
+ 'http://ftp.sun.ac.za/ftp/CTAN/' => 1
}
},
'Asia' => {
@@ -91,13 +92,17 @@ $mirrors = {
},
'Poland' => {
'ftp://ftp.gust.org.pl/TeX/' => 1,
- 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1
+ 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1,
+ 'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1
},
'Portugal' => {
'ftp://ftp.di.uminho.pt/pub/ctan/' => 1,
'ftp://ftp.ist.utl.pt/pub/ctan/' => 1,
'http://mirrors.fe.up.pt/pub/CTAN/' => 1
},
+ 'Russia' => {
+ 'http://ctan.uni-altai.ru/' => 1
+ },
'Slovenia' => {
'http://ctan.ijs.si/tex-archive/' => 1
},
@@ -132,6 +137,7 @@ $mirrors = {
'http://mirror.math.ku.edu/tex-archive/' => 1,
'http://mirror.unl.edu/ctan/' => 1,
'http://mirror.utexas.edu/ctan/' => 1,
+ 'http://mirrors.concertpass.com/tex-archive/' => 1,
'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1,
'http://mirrors.rit.edu/CTAN/' => 1
}
@@ -143,9 +149,6 @@ $mirrors = {
},
'Chile' => {
'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1
- },
- 'Colombia' => {
- 'http://www.laqee.unal.edu.co/tex-archive/' => 1
}
}
};