diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-29 01:23:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-29 01:23:15 +0000 |
commit | f827a8f28b6682ac9511efcfd5bcee10625a170c (patch) | |
tree | ba65b1b27e1e92bcf1036c191242a05862894dce /Master/tlpkg/installer | |
parent | cd7461e9e3bd069cee6be1616c1d343d085acb89 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49268 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer')
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 3 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index 18f8edc0ff5..5cd5606ed32 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -1424,6 +1424,9 @@ EOF amd64:Isilon\ OneFS:*:*) echo x86_64-unknown-onefs exit ;; + *:Unleashed:*:*) + echo "$UNAME_MACHINE"-unknown-unleashed"$UNAME_RELEASE" + exit ;; esac echo "$0: unable to guess system type" >&2 diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 30ea811aeba..c45350a0c0f 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -16,7 +16,6 @@ $mirrors = { 'http://mirrors.cqu.edu.cn/CTAN/' => 1, 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.huaweicloud.com/repository/toolkit/CTAN/' => 1, - 'http://mirrors.shu.edu.cn/CTAN/' => 1, 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1 }, 'India' => { @@ -30,6 +29,7 @@ $mirrors = { 'http://repo.iut.ac.ir/tex-archive/' => 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, 'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1 @@ -45,6 +45,7 @@ $mirrors = { 'http://mirror.pregi.net/tex-archive/' => 1 }, 'Taiwan' => { + 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ftp.yzu.edu.tw/CTAN/' => 1 }, 'Thailand' => { @@ -85,7 +86,8 @@ $mirrors = { 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, 'http://mirror.informatik.hs-fulda.de/tex-archive/' => 1, - 'http://packages.oth-regensburg.de/ctan/' => 1 + 'http://packages.oth-regensburg.de/ctan/' => 1, + 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 }, 'Greece' => { 'http://ftp.cc.uoc.gr/mirrors/CTAN/' => 1 |