diff options
author | Karl Berry <karl@freefriends.org> | 2019-02-27 23:57:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-02-27 23:57:39 +0000 |
commit | b9188cf207152ed337a4b041645d1b11e641e1b2 (patch) | |
tree | a1d35ed1f2fa244357f39ab76ddd9f1c40ba7b49 /Master/tlpkg/bin | |
parent | 73561be6047c9a7380867df37651094ecae2df65 (diff) |
first tl19 pretest binaries
git-svn-id: svn://tug.org/texlive/trunk@50150 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index 8ef8f1cf594..a73ce884cea 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -100,7 +100,8 @@ for tlplat in $tlplats; do case $tlplat in aarch64-linux) default_bin_loc=$download_loc - $grab https://faubox.rrze.uni-erlangen.de/open/MjdwNXE5NW5UcTU4RzVIWlRVUVVI/branch2018/texlive_bin_aarch64-linux.tar.xz;; + #https://faubox.rrze.uni-erlangen.de/open/MjdwNXE5NW5UcTU4RzVIWlRVUVVI/branch2018/texlive_bin_aarch64-linux.tar.xz + $grab http://51.158.66.174:8080/texlive_bin_aarch64-linux.tar.xz;; alpha-linux) default_bin_loc=/home/preining/alpha-linux.tar.gz;; amd64-freebsd) @@ -123,7 +124,7 @@ for tlplat in $tlplats; do $grab http://boris.lk.net/texlive-2013/armv7l-unknown-linux-gnueabi.tgz;; armhf-linux) default_bin_loc=$download_loc - $grab http://getthingsfixed.co.uk/texlive/builds/2018/texlive-armhf.tar.gz;; + $grab http://getthingsfixed.co.uk/texlive/builds/2019/texlive-armhf.tar.gz;; hppa-hpux) default_bin_loc=$download_loc $grab http://www.jtartlabs.com/test/hppa2.0-hp-hpux10.20.tar.gz;; @@ -141,10 +142,9 @@ for tlplat in $tlplats; do grab="$download -O $download_loc" $grab ftp://ftp.cea.fr/incoming/y2k01/braslau/i386-unknown-kfreebsd10.0-gnu.tar.xz;; i386-linux) - #default_bin_loc=/tmp/lin32.tgz;; default_bin_loc=$download_loc - # remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz - remurl=`curl -s https://api.github.com/repos/TeX-Live/texlive-source/releases/latest | grep browser_download_url | grep texlive-bin-i386-linux.tar.gz | cut -d : -f 2,3 | tr -d \"` + remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz + #remurl=`curl -s https://api.github.com/repos/TeX-Live/texlive-source/releases/latest | grep browser_download_url | grep texlive-bin-i386-linux.tar.gz | cut -d : -f 2,3 | tr -d \"` $grab $remurl;; i386-linuxmusl) default_bin_loc=$download_loc @@ -187,7 +187,8 @@ for tlplat in $tlplats; do $grab http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz;; x86_64-linux) default_bin_loc=$download_loc - remurl=`curl -s https://api.github.com/repos/TeX-Live/texlive-source/releases/latest | grep browser_download_url | grep texlive-bin-x86_64-linux.tar.gz | cut -d : -f 2,3 | tr -d \"` + remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz + #remurl=`curl -s https://api.github.com/repos/TeX-Live/texlive-source/releases/latest | grep browser_download_url | grep texlive-bin-x86_64-linux.tar.gz | cut -d : -f 2,3 | tr -d \"` $grab $remurl;; x86_64-linuxmusl) default_bin_loc=$download_loc |