texlive[74507] Master/tlpkg: cluttex+extractbb no longer exactly
commits+karl at tug.org
commits+karl at tug.org
Sat Mar 8 00:15:24 CET 2025
Revision: 74507
https://tug.org/svn/texlive?view=revision&revision=74507
Author: karl
Date: 2025-03-08 00:15:24 +0100 (Sat, 08 Mar 2025)
Log Message:
-----------
cluttex+extractbb no longer exactly wrapper
Modified Paths:
--------------
trunk/Master/tlpkg/bin/tl-check-wrapper-consistency
trunk/Master/tlpkg/doc/releng.txt
Modified: trunk/Master/tlpkg/bin/tl-check-wrapper-consistency
===================================================================
--- trunk/Master/tlpkg/bin/tl-check-wrapper-consistency 2025-03-07 23:15:18 UTC (rev 74506)
+++ trunk/Master/tlpkg/bin/tl-check-wrapper-consistency 2025-03-07 23:15:24 UTC (rev 74507)
@@ -96,7 +96,8 @@
#
# also skip these special cases:
next if $k =~
- /^(epspdftk|latexindent|mktex.*|texdoctk|tlcockpit|tlmgr|tlshell|xasy)$/;
+ /^(cluttex|epspdftk|extractbb|latexindent|mktex.*
+ |texdoctk|tlcockpit|tlmgr|tlshell|xasy)$/x;
#
# else do the diff with the canonical wrapper:
$diff += system ("cmp $w32dir/$k.exe $w32canonical");
Modified: trunk/Master/tlpkg/doc/releng.txt
===================================================================
--- trunk/Master/tlpkg/doc/releng.txt 2025-03-07 23:15:18 UTC (rev 74506)
+++ trunk/Master/tlpkg/doc/releng.txt 2025-03-07 23:15:24 UTC (rev 74507)
@@ -373,7 +373,8 @@
X. The day before the final pretest:
In cron.tl, force_catalogue=disable to avoid skew.
- In cron job, undo --no-adjust-repo, else install-tl-unx won't go to ctan.
+ In cron.tl, also disable --no-adjust-repo,
+ else install-tl-unx won't go to ctan.
X1. Preserve Catalogue as of the freeze, for the sake of
post-freeze updates, e.g.,
More information about the tex-live-commits
mailing list.