diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-25 03:20:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-25 03:20:16 +0000 |
commit | bd4aa47e2bed967c90181b8e4b21760046d5d6e4 (patch) | |
tree | 4c31fee0c29eebfc9b2814e0a5ce27471f48bc62 /Master/tlpkg/installer | |
parent | 0c65a25bfceb6db6808665e9527d62f08eb1b9de (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@24942 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 5a4ac38df47..9517e5c4a04 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -8,7 +8,6 @@ $mirrors = { 'China' => { 'http://ftp.ctex.org/mirrors/CTAN/' => 1, 'http://mirror.bjtu.edu.cn/CTAN/' => 1, - 'http://mirror.neu.edu.cn/CTAN/' => 1, 'http://mirror.osqdu.org/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1, 'http://mirrors.xmu.edu.cn/CTAN/' => 1 @@ -68,7 +67,6 @@ $mirrors = { 'http://ctan.mines-albi.fr/' => 1, 'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, 'http://ftp.oleane.net/pub/CTAN/' => 1, - 'http://mirror.ibcp.fr/pub/CTAN/' => 1, 'http://mirrors.ircam.fr/pub/CTAN/' => 1 }, 'Germany' => { @@ -126,15 +124,11 @@ $mirrors = { 'Costa Rica' => { 'http://mirrors.ucr.ac.cr/CTAN/' => 1 }, - 'Mexico' => { - 'http://tezcatl.fciencias.unam.mx/tex-archive/' => 1 - }, 'USA' => { 'http://ctan.mackichan.com/' => 1, 'http://ctan.math.utah.edu/ctan/tex-archive/' => 1, 'http://ctan.mirrorcatalogs.com/' => 1, 'http://mirror.hmc.edu/ctan/' => 1, - 'http://mirror.its.uidaho.edu/pub/tex-archive/' => 1, 'http://mirror.math.ku.edu/tex-archive/' => 1, 'http://mirror.unl.edu/ctan/' => 1, 'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1, @@ -145,8 +139,7 @@ $mirrors = { 'South America' => { 'Brazil' => { 'http://ctan.tche.br/' => 1, - 'http://linorg.usp.br/CTAN/' => 1, - 'http://mirror.softwarelivre.ufsc.br/pub/ctan/' => 1 + 'http://linorg.usp.br/CTAN/' => 1 }, 'Chile' => { 'ftp://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 |