texlive[67024] Master: luatex 1.17.0 from

commits+karl at tug.org commits+karl at tug.org
Fri May 5 17:49:57 CEST 2023


Revision: 67024
          http://tug.org/svn/texlive?view=revision&revision=67024
Author:   karl
Date:     2023-05-05 17:49:53 +0200 (Fri, 05 May 2023)
Log Message:
-----------
luatex 1.17.0 from dl.contextgarden.net/build/texlive/branches/branch2023/

Modified Paths:
--------------
    trunk/Master/bin/aarch64-linux/luahbtex
    trunk/Master/bin/aarch64-linux/luajithbtex
    trunk/Master/bin/aarch64-linux/luajittex
    trunk/Master/bin/aarch64-linux/luatex
    trunk/Master/bin/amd64-freebsd/luahbtex
    trunk/Master/bin/amd64-freebsd/luajithbtex
    trunk/Master/bin/amd64-freebsd/luajittex
    trunk/Master/bin/amd64-freebsd/luatex
    trunk/Master/bin/armhf-linux/luahbtex
    trunk/Master/bin/armhf-linux/luajithbtex
    trunk/Master/bin/armhf-linux/luajittex
    trunk/Master/bin/armhf-linux/luatex
    trunk/Master/bin/i386-freebsd/luahbtex
    trunk/Master/bin/i386-freebsd/luajithbtex
    trunk/Master/bin/i386-freebsd/luajittex
    trunk/Master/bin/i386-freebsd/luatex
    trunk/Master/bin/i386-solaris/luahbtex
    trunk/Master/bin/i386-solaris/luatex
    trunk/Master/bin/x86_64-darwinlegacy/luahbtex
    trunk/Master/bin/x86_64-darwinlegacy/luajithbtex
    trunk/Master/bin/x86_64-darwinlegacy/luajittex
    trunk/Master/bin/x86_64-darwinlegacy/luatex
    trunk/Master/bin/x86_64-solaris/luahbtex
    trunk/Master/bin/x86_64-solaris/luatex
    trunk/Master/tlpkg/bin/c2l
    trunk/Master/tlpkg/bin/tl-update-bindir

Modified: trunk/Master/bin/aarch64-linux/luahbtex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/aarch64-linux/luajithbtex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/aarch64-linux/luajittex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/aarch64-linux/luatex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/amd64-freebsd/luahbtex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/amd64-freebsd/luajithbtex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/amd64-freebsd/luajittex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/amd64-freebsd/luatex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/armhf-linux/luahbtex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/armhf-linux/luajithbtex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/armhf-linux/luajittex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/armhf-linux/luatex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/i386-freebsd/luahbtex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/i386-freebsd/luajithbtex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/i386-freebsd/luajittex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/i386-freebsd/luatex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/i386-solaris/luahbtex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/i386-solaris/luatex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/x86_64-darwinlegacy/luahbtex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/x86_64-darwinlegacy/luajithbtex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/x86_64-darwinlegacy/luajittex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/x86_64-darwinlegacy/luatex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/x86_64-solaris/luahbtex
===================================================================
(Binary files differ)

Modified: trunk/Master/bin/x86_64-solaris/luatex
===================================================================
(Binary files differ)

Modified: trunk/Master/tlpkg/bin/c2l
===================================================================
--- trunk/Master/tlpkg/bin/c2l	2023-05-05 15:32:35 UTC (rev 67023)
+++ trunk/Master/tlpkg/bin/c2l	2023-05-05 15:49:53 UTC (rev 67024)
@@ -75,10 +75,10 @@
     exit 0;
   
   } elsif ($arg eq "cg" || $arg eq "moj" || $arg eq "mojca") {
-    for my $p (qw(i386-freebsd amd64-freebsd
-                  aarch64-linux armhf-linux
-                  i386-solaris x86_64-solaris
-                  x86_64-darwinlegacy)) {
+    for my $p (qw(aarch64-linux amd64-freebsd armhf-linux
+                  i386-freebsd i386-solaris 
+                  x86_64-darwinlegacy x86_64-solaris
+                 )) {
       system ("$0 $p") && die "cg/$p failed";
     }
     print "$0: cg (contextgarden) updates done.\n";

Modified: trunk/Master/tlpkg/bin/tl-update-bindir
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-bindir	2023-05-05 15:32:35 UTC (rev 67023)
+++ trunk/Master/tlpkg/bin/tl-update-bindir	2023-05-05 15:49:53 UTC (rev 67024)
@@ -33,6 +33,8 @@
 
 Options:
   --bin-loc DIR-OR-TAR   use binaries from DIR-OR-TAR
+  --cg-branch SUBPATH    url component for dl.contextgarden.net
+                           [default empty; example: branches/branch2023/]
   --master  DIR          install binaries to DIR/bin/TLPLATFORM
                            [default is the bin dir relative to this script]
 
@@ -47,6 +49,7 @@
 
 # parse options.
 bin_loc=
+cgbranch=
 download=wget
 msg=echo
 tlplats=
@@ -58,6 +61,7 @@
 
   --master) shift; Master=$1;;
   --bin-loc) shift; bin_loc=$1;;
+  --cg-branch) shift; cgbranch=$1;; # e.g., branches/branch2023/
 
   --no-download|-N) download=true;; # secret option for karl
 
@@ -104,7 +108,7 @@
     #http://51.158.66.174:8080/texlive_bin_aarch64-linux.tar.xz
     #remurl=https://aekahwai.spdns.org/online/texlive_bin_aarch64-linux.tar.xz
     #remurl=https://taiyahfoboj.net/yeipaiyi/texlive_bin_aarch64-linux.tar.xz
-    remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz
+    remurl=http://dl.contextgarden.net/build/texlive/${cgbranch}$tlplat.tar.xz
     $grab $remurl;;
    alpha-linux)
     default_bin_loc=/home/preining/alpha-linux.tar.gz;;
@@ -112,7 +116,7 @@
     default_bin_loc=$download_loc
     #https://www.preining.info/amd64-freebsd11.tar.gz
     #http://anthesphoria.net/FreeBSD/TeXLive-Devel/amd64-freebsd7.tar.xz
-    remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz
+    remurl=http://dl.contextgarden.net/build/texlive/${cgbranch}$tlplat.tar.xz
     $grab $remurl;;
    amd64-kfreebsd)
     download_loc=$tmpdir/tl.$tlplat.tar.xz
@@ -129,7 +133,7 @@
     $grab http://boris.lk.net/texlive-2013/armv7l-unknown-linux-gnueabi.tgz;;
    armhf-linux)
     default_bin_loc=$download_loc
-    remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz
+    remurl=http://dl.contextgarden.net/build/texlive/${cgbranch}$tlplat.tar.xz
     $grab $remurl;;
     #simon $grab http://getthingsfixed.co.uk/texlive/builds/2022/texlive-armhf.tar.gz
    hppa-hpux)
@@ -143,7 +147,7 @@
     default_bin_loc=$download_loc
     grab="$download -O $download_loc"
     #http://anthesphoria.net/FreeBSD/TeXLive-Devel/i386-freebsd7.tar.xz
-    remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz
+    remurl=http://dl.contextgarden.net/build/texlive/${cgbranch}$tlplat.tar.xz
     $grab $remurl;;
    i386-kfreebsd)
     download_loc=$tmpdir/tl.$tlplat.tar.xz
@@ -169,7 +173,7 @@
     $grab http://students.dec.bmth.ac.uk/ebarrett/files/tl-bin-20080810.tgz;;
    i386-solaris)
     default_bin_loc=$download_loc
-    $grab http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz;;
+    $grab http://dl.contextgarden.net/build/texlive/${cgbranch}$tlplat.tar.xz;;
    mips-irix)
     download_loc=$tmpdir/tl.$tlplat.tar.xz
     default_bin_loc=$download_loc
@@ -192,7 +196,7 @@
     $grab http://sanibeltranquility.com/cygwin/$tlplat.tgz;;
    x86_64-darwinlegacy)
     default_bin_loc=$download_loc
-    $grab http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz;;
+    $grab http://dl.contextgarden.net/build/texlive/${cgbranch}$tlplat.tar.xz;;
    x86_64-linux)
     default_bin_loc=$download_loc
     #remurl=http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz
@@ -225,7 +229,7 @@
     $grab $remurl;;
    x86_64-solaris)
     default_bin_loc=$download_loc
-    $grab http://dl.contextgarden.net/build/texlive/$tlplat.tar.xz;;
+    $grab http://dl.contextgarden.net/build/texlive/${cgbranch}$tlplat.tar.xz;;
    esac
   fi # end $USER=karl
   



More information about the tex-live-commits mailing list.