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-bindir4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir
index 1bdaa27d86f..6f4bd6b6888 100755
--- a/Master/tlpkg/bin/tl-update-bindir
+++ b/Master/tlpkg/bin/tl-update-bindir
@@ -156,6 +156,7 @@ for tlplat in $tlplats; do
if test x"$USER" = xkarl; then
case $tlplat in
aarch64-linux)
+ # cg build is much much faster than gh, so use it while it works.
do_download ${cgurl}/${cgbranch}$tlplat.tar.xz;;
amd64-freebsd)
@@ -167,7 +168,8 @@ for tlplat in $tlplats; do
do_download http://www.babafou.eu.org/texlive-netbsd/x86_64-netbsd.tar.xz;;
armhf-linux)
- do_download `github_url $tlplat`;;
+ do_download ${cgurl}/${cgbranch}$tlplat.tar.xz;; # see armhf comments above
+ #do_download `github_url $tlplat`;;
#remurl=http://dl.contextgarden.net/build/texlive/${cgbranch}$tlplat.tar.xz
#do_download $remurl;;
#simon $grab http://getthingsfixed.co.uk/texlive/builds/2022/texlive-armhf.tar.gz