diff options
author | Karl Berry <karl@freefriends.org> | 2014-12-07 02:19:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-12-07 02:19:01 +0000 |
commit | d868e5d99c5e86dcb18b3852e5effe2dc2c9edb6 (patch) | |
tree | 9879e4f103f08e8a9adec9627788162253ffd1a8 /Master | |
parent | 80df82b4fb5c11e5a73c856d00b0d3cf1bca2c7a (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@35759 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 622260113bb..200df882b3e 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -30,6 +30,7 @@ $mirrors = { 'http://mirror.isoc.org.il/pub/ctan/' => 1 }, '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 @@ -92,6 +93,7 @@ $mirrors = { 'http://ctan.sciserv.eu/' => 1, 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, + 'http://mirror.physik-pool.tu-berlin.de/tex-archive/' => 1, 'http://mirror.selfnet.de/tex-archive/' => 1, 'http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 }, @@ -131,7 +133,8 @@ $mirrors = { 'http://osl.ugr.es/CTAN/' => 1 }, 'Switzerland' => { - 'http://mirror.switch.ch/ftp/mirror/tex/' => 1 + 'http://mirror.switch.ch/ftp/mirror/tex/' => 1, + 'http://www.pirbot.com/mirrors/ctan/' => 1 }, 'UK' => { 'http://anorien.csc.warwick.ac.uk/mirrors/CTAN/' => 1 |