summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-bindir
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tl-update-bindir')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-bindir8
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir
index 3c90a64a4f6..0c656a337dc 100755
--- a/Master/tlpkg/bin/tl-update-bindir
+++ b/Master/tlpkg/bin/tl-update-bindir
@@ -193,11 +193,15 @@ for tlplat in $tlplats; do
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/master for commits.
- # "Draft new release":
+ # 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:
# https://github.com/TeX-Live/texlive-source/releases
+ # (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)