texlive[74703] trunk: doc,sync

commits+karl at tug.org commits+karl at tug.org
Wed Mar 19 23:27:16 CET 2025


Revision: 74703
          https://tug.org/svn/texlive?view=revision&revision=74703
Author:   karl
Date:     2025-03-19 23:27:16 +0100 (Wed, 19 Mar 2025)
Log Message:
-----------
doc,sync

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/windows_wrapper/runscript.tlu
    trunk/Master/texmf-dist/scripts/texlive/NEWS
    trunk/Master/tlpkg/bin/c2l

Modified: trunk/Build/source/texk/texlive/windows_wrapper/runscript.tlu
===================================================================
--- trunk/Build/source/texk/texlive/windows_wrapper/runscript.tlu	2025-03-19 20:20:49 UTC (rev 74702)
+++ trunk/Build/source/texk/texlive/windows_wrapper/runscript.tlu	2025-03-19 22:27:16 UTC (rev 74703)
@@ -1,7 +1,7 @@
 
 
 local svnrevision = string.match("$Revision: 74666 $", "%d+") or "0"
-local svndate     = string.match("$Date: 2025-03-17 12:44:40 +0900 (月, 17 3 2025) $", "[-%d]+") or "2009-12-04"
+local svndate     = string.match("$Date: 2025-03-17 04:44:40 +0100 (Mon, 17 Mar 2025) $", "[-%d]+") or "2009-12-04"
 local bannerstr   = "runscript wrapper utility (rev. " ..
                     svnrevision .. ", " .. svndate .. ")\n" .. 
                     "usage:   runscript script-name [arguments]\n" ..

Modified: trunk/Master/texmf-dist/scripts/texlive/NEWS
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/NEWS	2025-03-19 20:20:49 UTC (rev 74702)
+++ trunk/Master/texmf-dist/scripts/texlive/NEWS	2025-03-19 22:27:16 UTC (rev 74703)
@@ -1,6 +1,9 @@
 (This file public domain.  Originally written by Norbert Preining and
 Karl Berry, 2010.)
 
+<p><b>tlmgr 74695 (released 19mar25):</b>
+<li>in --usermode, do not warn about texlive-scripts being missing.
+
 <p>8mar25 TL'25 released.
 
 <p><b>tlmgr 74241 (released 24feb25):</b>

Modified: trunk/Master/tlpkg/bin/c2l
===================================================================
--- trunk/Master/tlpkg/bin/c2l	2025-03-19 20:20:49 UTC (rev 74702)
+++ trunk/Master/tlpkg/bin/c2l	2025-03-19 22:27:16 UTC (rev 74703)
@@ -69,9 +69,11 @@
 
   } elsif ($arg eq "norbert" || $arg eq "nor" || $arg eq "gh") {
     # see Build/source/.github/ for workflows and scripts.
-    for my $p (qw(amd64-freebsd
-                  i386-freebsd i386-linux i386-solaris
-                  x86_64-linux x86_64-linuxmusl x86_64-solaris)) {
+    # Do x86_64-linux first in case we want to test the binary asap.
+    for my $p (qw(x86_64-linux
+                  amd64-freebsd i386-freebsd
+                  i386-linux i386-solaris
+                  x86_64-linuxmusl x86_64-solaris)) {
       system ("$0 $p") && die "github/$p failed";
     }
     print "$0: gh (github/norbert) update done.\n";



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