texlive[69893] trunk: doc,sync,c2b
commits+karl at tug.org
commits+karl at tug.org
Thu Feb 15 02:36:29 CET 2024
Revision: 69893
https://tug.org/svn/texlive?view=revision&revision=69893
Author: karl
Date: 2024-02-15 02:36:29 +0100 (Thu, 15 Feb 2024)
Log Message:
-----------
doc,sync,c2b
Modified Paths:
--------------
trunk/Build/source/.github/workflows/main.yml
trunk/Build/source/texk/texlive/ChangeLog
trunk/Build/source/texk/texlive/tl_support/fmtutil.cnf
trunk/Master/tlpkg/bin/c2b
trunk/Master/tlpkg/tlpsrc/cweb.tlpsrc
Modified: trunk/Build/source/.github/workflows/main.yml
===================================================================
--- trunk/Build/source/.github/workflows/main.yml 2024-02-15 00:44:17 UTC (rev 69892)
+++ trunk/Build/source/.github/workflows/main.yml 2024-02-15 01:36:29 UTC (rev 69893)
@@ -16,7 +16,9 @@
# /home/norbert/git-svn-repos/git-svn-syncer --new texlive-source
#
# A build is started with every commit. If a commit happens while a
-# build is running, the build is cancelled and a new one started.
+# build is running, somtimes the build is cancelled and a new one
+# started, and other times the new build waits until the old one is
+# complete? Seems mysterious.
#
# See tlpkg/bin/tl-update-bindir for retrieving the binaries, which is
# done only when a release is tagged, not from the
Modified: trunk/Build/source/texk/texlive/ChangeLog
===================================================================
--- trunk/Build/source/texk/texlive/ChangeLog 2024-02-15 00:44:17 UTC (rev 69892)
+++ trunk/Build/source/texk/texlive/ChangeLog 2024-02-15 01:36:29 UTC (rev 69893)
@@ -1,3 +1,7 @@
+2024-02-12 Karl Berry <karl at tug.org>
+
+ * windows_wrapper/runscript.tlu: sync from bin/windows.
+
2023-09-10 TANAKA Takuji <ttk at t-lab.opal.ne.jp>
* windows_wrapper/{calldll,callexe,runscript_dll,runscript_exe,
Modified: trunk/Build/source/texk/texlive/tl_support/fmtutil.cnf
===================================================================
--- trunk/Build/source/texk/texlive/tl_support/fmtutil.cnf 2024-02-15 00:44:17 UTC (rev 69892)
+++ trunk/Build/source/texk/texlive/tl_support/fmtutil.cnf 2024-02-15 01:36:29 UTC (rev 69893)
@@ -1,4 +1,4 @@
-# Generated by /home/texlive/karl/Master/bin/x86_64-linux/tlmgr on Thu Dec 14 01:43:44 2023
+# Generated by /home/texlive/karl/Master/bin/x86_64-linux/tlmgr on Tue Feb 13 01:43:44 2024
# Originally written by Thomas Esser, 1998. Public domain.
#
# For guidance on how to support local formats, see the man
@@ -129,8 +129,8 @@
platex-dev euptex language.dat *platex.ini
#
# from ptex:
-eptex eptex language.def *eptex.ini
-ptex eptex - ptex.ini
+eptex euptex language.def *eptex.ini
+ptex euptex - ptex.ini
#
# from tex:
tex tex - tex.ini
Modified: trunk/Master/tlpkg/bin/c2b
===================================================================
--- trunk/Master/tlpkg/bin/c2b 2024-02-15 00:44:17 UTC (rev 69892)
+++ trunk/Master/tlpkg/bin/c2b 2024-02-15 01:36:29 UTC (rev 69893)
@@ -4,5 +4,5 @@
# c2b - run c2l but inside /home/texlive/branch.
PATH=`echo $PATH | sed -e s,karl/Master,branch/Master,g`
-cd $HOME || exit 1 # just in case . is a trunk bin directory
-exec c2a "$@"
+cd $HOME || exit 1 # just in case . is a trunk bin directory
+exec ${c2a-c2a} "$@" # allowing overriding with c2lx
Modified: trunk/Master/tlpkg/tlpsrc/cweb.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/cweb.tlpsrc 2024-02-15 00:44:17 UTC (rev 69892)
+++ trunk/Master/tlpkg/tlpsrc/cweb.tlpsrc 2024-02-15 01:36:29 UTC (rev 69893)
@@ -5,11 +5,13 @@
#
binpattern f bin/${ARCH}/ctwill
binpattern f bin/${ARCH}/ctwill-proofsort
+binpattern f/windows bin/${ARCH}/ctwill-proofsort.pl
binpattern f bin/${ARCH}/ctwill-refsort
binpattern f bin/${ARCH}/ctwill-twinx
#
binpattern f bin/${ARCH}/twill
binpattern f bin/${ARCH}/twill-refsort
+binpattern f/windows bin/${ARCH}/twill-refsort.pl
docpattern +f texmf-dist/doc/man/man1/ctangle.*
docpattern +f texmf-dist/doc/man/man1/cweave.*
More information about the tex-live-commits
mailing list.