diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-bindir')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 6 |
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 |