diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-19 22:36:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-19 22:36:38 +0000 |
commit | 29d1511fec9e7508af65b3bc08b02663dff572c7 (patch) | |
tree | 29def77fe491757c28ff5d252a5e5d5958a6152a /Master/tlpkg/bin/tl-update-bindir | |
parent | 5653ce727bbbbd072f5c4e6a2d8b16a3fb4ba86f (diff) |
sync,doc
git-svn-id: svn://tug.org/texlive/trunk@51168 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-bindir')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 21 |
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) |