diff options
author | Karl Berry <karl@freefriends.org> | 2015-01-18 02:19:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-01-18 02:19:03 +0000 |
commit | e23c0d4911be41092e56cd6c1caf34d5a4c48cca (patch) | |
tree | 81ccfe52b97047071507d8bf427cebdd1c587e43 /Master/tlpkg/installer | |
parent | cbba3631fd3eeacfb43aa6afc98940e43424a5e0 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@36081 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index e02947fb561..3e832e8752b 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -27,7 +27,6 @@ $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 @@ -61,9 +60,6 @@ $mirrors = { } }, 'Europe' => { - 'Austria' => { - 'http://mirror.klaus-uwe.me/ctan/' => 1 - }, 'Belarus' => { 'http://mirror.datacenter.by/pub/mirrors/CTAN/' => 1 }, @@ -103,16 +99,12 @@ $mirrors = { 'http://archive.cs.uu.nl/mirror/CTAN/' => 1, 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1 }, - 'Norway' => { - 'http://ctan.uib.no/' => 1 - }, 'Poland' => { 'ftp://ftp.gust.org.pl/TeX/' => 1, 'ftp://ftp.tpnet.pl/pub/CTAN/' => 1, 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1 }, 'Portugal' => { - 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, 'ftp://ftp.ist.utl.pt/pub/ctan/' => 1, 'http://ftp.eq.uc.pt/software/TeX/' => 1, 'http://mirrors.fe.up.pt/pub/CTAN/' => 1 @@ -173,7 +165,8 @@ $mirrors = { 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 }, 'Colombia' => { - 'http://ctan.uniminuto.edu/' => 1 + 'http://ctan.uniminuto.edu/' => 1, + 'http://www.laqee.unal.edu.co/tex-archive/' => 1 } } }; |