diff options
author | Norbert Preining <preining@logic.at> | 2018-04-01 02:57:00 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2018-04-01 02:57:00 +0000 |
commit | 387bc346cef7111884a4918bfa3cbf8859d191cb (patch) | |
tree | df5628aaafc0a610807689d015f4674f90502045 /Master/tlpkg | |
parent | 4eb42d0a91b4782d58af6143f15b229cf4da2454 (diff) |
some .travis games, grab i386-linux from travis, too
git-svn-id: svn://tug.org/texlive/trunk@47219 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index 8fe083983ba..e6ad78ad3fc 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -143,7 +143,9 @@ for tlplat in $tlplats; do i386-linux) #default_bin_loc=/tmp/lin32.tgz;; default_bin_loc=$download_loc - $grab http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz;; + # 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 remurl=`curl -s https://api.github.com/repos/TeX-Live/texlive-source/releases/latest | grep browser_download_url | grep texlive-bin-i386-musl.tar.gz | cut -d : -f 2,3 | tr -d \"` |