diff options
author | Karl Berry <karl@freefriends.org> | 2015-04-19 01:21:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-04-19 01:21:44 +0000 |
commit | 874ca6c65b2cf81af47ae74428b1208c78de588a (patch) | |
tree | f0619e95a7a131368746f3cb160d0568d217229e /Master/tlpkg/installer | |
parent | 5596824da494eeee08158f4ea686e1bdeddb0ac8 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@36926 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 8df069c9983..3b4c3b523bc 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -25,12 +25,8 @@ $mirrors = { 'http://ctan.asis.io/tex-archive/' => 1, 'http://ctan.yazd.ac.ir/' => 1 }, - 'Israel' => { - '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 }, @@ -64,11 +60,7 @@ $mirrors = { }, 'Europe' => { 'Austria' => { - 'http://mirror.easyname.at/ctan/' => 1, - 'http://mirror.klaus-uwe.me/ctan/' => 1 - }, - 'Belarus' => { - 'http://mirror.datacenter.by/pub/mirrors/CTAN/' => 1 + 'http://mirror.easyname.at/ctan/' => 1 }, 'Czech Republic' => { 'http://ftp.cvut.cz/tex-archive/' => 1 @@ -104,6 +96,7 @@ $mirrors = { 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1 }, 'Netherlands' => { + 'http://ctan.cs.uu.nl/' => 1, 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1 }, 'Norway' => { @@ -111,7 +104,6 @@ $mirrors = { }, 'Poland' => { 'ftp://ftp.gust.org.pl/TeX/' => 1, - 'ftp://ftp.tpnet.pl/pub/CTAN/' => 1, 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1, 'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1 }, @@ -143,14 +135,12 @@ $mirrors = { 'Canada' => { 'http://ctan.math.ca/tex-archive/' => 1, 'http://ctan.mirror.rafal.ca/' => 1, - 'http://mirror.its.dal.ca/ctan/' => 1, - 'http://www.math.mun.ca/tex-archive/' => 1 + 'http://mirror.its.dal.ca/ctan/' => 1 }, 'Costa Rica' => { 'http://mirrors.ucr.ac.cr/CTAN/' => 1 }, 'USA' => { - 'http://bay.uchicago.edu/tex-archive/' => 1, 'http://ctan.mackichan.com/' => 1, 'http://ctan.math.washington.edu/tex-archive/' => 1, 'http://ctan.mirrorcatalogs.com/' => 1, @@ -171,12 +161,6 @@ $mirrors = { 'Brazil' => { 'http://linorg.usp.br/CTAN/' => 1, 'http://repositorios.cpai.unb.br/ctan/' => 1 - }, - 'Chile' => { - 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 - }, - 'Colombia' => { - 'http://ctan.uniminuto.edu/' => 1 } } }; |