From a4d11d6ff17d349d533069b8f836c9982468629e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 12 Mar 2020 22:30:53 +0000 Subject: r54259 tl20 rebuild from github git-svn-id: svn://tug.org/texlive/trunk@54264 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-bindir | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/tlpkg/bin') 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 -- cgit v1.2.3