summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-bindir21
1 files changed, 13 insertions, 8 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir
index 0c656a337dc..233c3782311 100755
--- a/Master/tlpkg/bin/tl-update-bindir
+++ b/Master/tlpkg/bin/tl-update-bindir
@@ -192,16 +192,21 @@ for tlplat in $tlplats; do
x86_64-linux)
default_bin_loc=$download_loc
#remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz
- # check for commits:
- # https://github.com/TeX-Live/texlive-source/commits
- # "Draft a new release"; use "svnNNNNN" in "Tag version" field,
- # "Target:trunk" should already be there,
- # brief msg from that commit in "title",
- # and anything relevant for "description", or leave it blank:
- # https://github.com/TeX-Live/texlive-source/releases
- # After ~30min, should have new release at:
+ # Visit https://github.com/TeX-Live/texlive-source/commits
+ # to check for commits.
+ # Then https://github.com/TeX-Live/texlive-source/releases
+ # "Draft a new release";
+ # use "svnNNNNN" in "Tag version" field,
+ # "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".
+ # After ~30min max, should have new release at:
# https://github.com/TeX-Live/texlive-source/releases
+ #
+ # 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/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)