diff options
author | Karl Berry <karl@freefriends.org> | 2017-05-14 00:06:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-05-14 00:06:42 +0000 |
commit | 6e2d313899247531a754dd437e731d872f09c769 (patch) | |
tree | 92dc7adefc36f3d99020c382ac4f138f785a353f /Master/tlpkg/installer | |
parent | 049186c4da9cfc8548d08a07841b4522249c3dfd (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@44327 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 4 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
2 files changed, 3 insertions, 7 deletions
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index 3ef33381eaa..faa63aa9429 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -1335,13 +1335,13 @@ EOF *:QNX:*:4*) echo i386-pc-qnx exit ;; - NEO-?:NONSTOP_KERNEL:*:*) + NEO-*:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; - NSR-?:NONSTOP_KERNEL:*:*) + NSR-*:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; NSX-*:NONSTOP_KERNEL:*:*) diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 0f78e07281d..c3476ffe802 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -17,15 +17,13 @@ $mirrors = { 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1, 'http://mirrors.ustc.edu.cn/CTAN/' => 1 }, - 'India' => { - 'http://ctan.imsc.res.in/' => 1 - }, 'Iran' => { 'http://ctan.asis.io/' => 1, 'http://ctan.um.ac.ir/' => 1, 'http://ctan.yazd.ac.ir/' => 1 }, 'Japan' => { + 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 }, @@ -74,7 +72,6 @@ $mirrors = { 'ftp://ftp.tu-chemnitz.de/pub/tex/' => 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://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1, 'http://www.bothelp.net/mirrors/ctan/' => 1 }, @@ -146,7 +143,6 @@ $mirrors = { }, 'USA' => { 'http://ctan.mackichan.com/' => 1, - 'http://ctan.math.washington.edu/tex-archive/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, 'http://ctan.sharelatex.com/tex-archive/' => 1, 'http://mirror.hmc.edu/ctan/' => 1, |