summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-bindir
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-12 22:30:53 +0000
committerKarl Berry <karl@freefriends.org>2020-03-12 22:30:53 +0000
commita4d11d6ff17d349d533069b8f836c9982468629e (patch)
tree756212856c4e37fe7b61b42321e1d1c1233868a6 /Master/tlpkg/bin/tl-update-bindir
parent142d2b74769565a0084573c408ffe532109980f8 (diff)
r54259 tl20 rebuild from github
git-svn-id: svn://tug.org/texlive/trunk@54264 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-bindir')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-bindir6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir
index e257ae4d9ce..628f625e4b4 100755
--- a/Master/tlpkg/bin/tl-update-bindir
+++ b/Master/tlpkg/bin/tl-update-bindir
@@ -202,7 +202,7 @@ for tlplat in $tlplats; do
# "Target:trunk" should already be there,
# brief msg from that commit in "title",
# and anything relevant for "description", or leave it blank;
- # then "Publish release" (maybe as pre-release).
+ # then "Publish release" (not as pre-release, can't be accessed).
# After ~30min max, should have new release tarballs at:
# https://github.com/TeX-Live/texlive-source/releases
# If failure, check:
@@ -211,8 +211,8 @@ for tlplat in $tlplats; do
# If try before ready, no harm, just get error message "missing url".
# (If you have/want a git checkout of texlive-source, see tlbuild doc.)
#
- remurl=`curl -s https://api.github.com/repos/TeX-Live/texlive-source/releases/tag/svn53987 | grep browser_download_url | grep texlive-bin-x86_64-linux.tar.gz | cut -d : -f 2,3 | tr -d \"`
- remurl=https://github.com/TeX-Live/texlive-source/releases/download/svn53987/texlive-bin-x86_64-linux.tar.gz
+ 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=https://github.com/TeX-Live/texlive-source/releases/download/svn53987/texlive-bin-x86_64-linux.tar.gz
$grab $remurl;;
x86_64-linuxmusl)
default_bin_loc=$download_loc