texlive[69148] trunk: l3build (16dec23)
commits+karl at tug.org
commits+karl at tug.org
Sat Dec 16 21:50:11 CET 2023
Revision: 69148
https://tug.org/svn/texlive?view=revision&revision=69148
Author: karl
Date: 2023-12-16 21:50:11 +0100 (Sat, 16 Dec 2023)
Log Message:
-----------
l3build (16dec23)
Modified Paths:
--------------
trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua
trunk/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md
trunk/Master/texmf-dist/doc/latex/l3build/README.md
trunk/Master/texmf-dist/doc/latex/l3build/l3build.pdf
trunk/Master/texmf-dist/doc/man/man1/l3build.1
trunk/Master/texmf-dist/doc/man/man1/l3build.man1.pdf
trunk/Master/texmf-dist/scripts/l3build/l3build-arguments.lua
trunk/Master/texmf-dist/scripts/l3build/l3build-aux.lua
trunk/Master/texmf-dist/scripts/l3build/l3build-check.lua
trunk/Master/texmf-dist/scripts/l3build/l3build-clean.lua
trunk/Master/texmf-dist/scripts/l3build/l3build-ctan.lua
trunk/Master/texmf-dist/scripts/l3build/l3build-file-functions.lua
trunk/Master/texmf-dist/scripts/l3build/l3build-help.lua
trunk/Master/texmf-dist/scripts/l3build/l3build-install.lua
trunk/Master/texmf-dist/scripts/l3build/l3build-manifest-setup.lua
trunk/Master/texmf-dist/scripts/l3build/l3build-manifest.lua
trunk/Master/texmf-dist/scripts/l3build/l3build-stdmain.lua
trunk/Master/texmf-dist/scripts/l3build/l3build-tagging.lua
trunk/Master/texmf-dist/scripts/l3build/l3build-typesetting.lua
trunk/Master/texmf-dist/scripts/l3build/l3build-unpack.lua
trunk/Master/texmf-dist/scripts/l3build/l3build-upload.lua
trunk/Master/texmf-dist/scripts/l3build/l3build-variables.lua
trunk/Master/texmf-dist/scripts/l3build/l3build-zip.lua
trunk/Master/texmf-dist/scripts/l3build/l3build.lua
trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx
trunk/Master/texmf-dist/source/latex/l3build/l3build.ins
trunk/Master/texmf-dist/tex/latex/l3build/regression-test.tex
Modified: trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua 2023-12-16 20:50:11 UTC (rev 69148)
@@ -9,7 +9,7 @@
license or (at your option) any later version. The latest version
of this license is in the file
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
This file is part of the "l3build bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
@@ -25,7 +25,7 @@
--]]
-- Version information
-release_date = "2023-12-13-2"
+release_date = "2023-12-15"
-- File operations are aided by the LuaFileSystem module
local lfs = require("lfs")
Modified: trunk/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md 2023-12-16 20:50:11 UTC (rev 69148)
@@ -7,8 +7,15 @@
## [Unreleased]
+## [2023-12-15]
+
+### Fixed
+- Test for blank `runtest_tasks()` (issue \#327)
+
## [2023-12-13-2]
+- Correct setup for script running in TeX Live
+
## [2023-12-13]
### Fixed
@@ -739,7 +746,8 @@
- Rationalise short option names: removed `-d`, `-E`, `-r`
- Target `cmdcheck`: specific to LaTeX kernel work
-[Unreleased]: https://github.com/latex3/l3build/compare/2023-12-13-2...HEAD
+[Unreleased]: https://github.com/latex3/l3build/compare/2023-12-15..HEAD
+[2023-12-15]: https://github.com/latex3/l3build/compare/2023-12-13-2...2023-12-15
[2023-12-13-2]: https://github.com/latex3/l3build/compare/2023-12-13...2023-12-13-2
[2023-12-13]: https://github.com/latex3/l3build/compare/2023-12-12...2023-12-13
[2023-12-12]: https://github.com/latex3/l3build/compare/2023-11-01...2023-12-12
Modified: trunk/Master/texmf-dist/doc/latex/l3build/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/l3build/README.md 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/doc/latex/l3build/README.md 2023-12-16 20:50:11 UTC (rev 69148)
@@ -1,7 +1,7 @@
l3build: a testing and building system for LaTeX
=================================================
-Release 2023-12-13-2
+Release 2023-12-15
Overview
--------
Modified: trunk/Master/texmf-dist/doc/latex/l3build/l3build.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/man/man1/l3build.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/l3build.1 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/doc/man/man1/l3build.1 2023-12-16 20:50:11 UTC (rev 69148)
@@ -1,4 +1,4 @@
-.TH l3build 1 "2023-12-13-2"
+.TH l3build 1 "2023-12-15"
.SH NAME
l3build \- Checking and building packages
.SH SYNOPSIS
Modified: trunk/Master/texmf-dist/doc/man/man1/l3build.man1.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-arguments.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-arguments.lua 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-arguments.lua 2023-12-16 20:50:11 UTC (rev 69148)
@@ -7,7 +7,7 @@
license or (at your option) any later version. The latest version
of this license is in the file
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
This file is part of the "l3build bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-aux.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-aux.lua 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-aux.lua 2023-12-16 20:50:11 UTC (rev 69148)
@@ -7,7 +7,7 @@
license or (at your option) any later version. The latest version
of this license is in the file
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
This file is part of the "l3build bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-check.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-check.lua 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-check.lua 2023-12-16 20:50:11 UTC (rev 69148)
@@ -7,7 +7,7 @@
license or (at your option) any later version. The latest version
of this license is in the file
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
This file is part of the "l3build bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
@@ -824,7 +824,7 @@
)
-- On Windows, concatenating here will suppress any non-zero errorlevel
-- from the main run, so we split into two parts.
- if errlevels[i] == 0 and runtest_tasks("X",0) ~= "" then
+ if errlevels[i] == 0 and runtest_tasks(jobname(lvtfile),i) ~= "" then
local errorlevel =
runcmd(preamble .. runtest_tasks(jobname(lvtfile),i),testdir)
if errorlevel ~= 0 then errlevels[i] = errorlevel end
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-clean.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-clean.lua 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-clean.lua 2023-12-16 20:50:11 UTC (rev 69148)
@@ -7,7 +7,7 @@
license or (at your option) any later version. The latest version
of this license is in the file
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
This file is part of the "l3build bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-ctan.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-ctan.lua 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-ctan.lua 2023-12-16 20:50:11 UTC (rev 69148)
@@ -7,7 +7,7 @@
license or (at your option) any later version. The latest version
of this license is in the file
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
This file is part of the "l3build bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-file-functions.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-file-functions.lua 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-file-functions.lua 2023-12-16 20:50:11 UTC (rev 69148)
@@ -7,7 +7,7 @@
license or (at your option) any later version. The latest version
of this license is in the file
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
This file is part of the "l3build bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-help.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-help.lua 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-help.lua 2023-12-16 20:50:11 UTC (rev 69148)
@@ -7,7 +7,7 @@
license or (at your option) any later version. The latest version
of this license is in the file
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
This file is part of the "l3build bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-install.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-install.lua 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-install.lua 2023-12-16 20:50:11 UTC (rev 69148)
@@ -7,7 +7,7 @@
license or (at your option) any later version. The latest version
of this license is in the file
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
This file is part of the "l3build bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-manifest-setup.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-manifest-setup.lua 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-manifest-setup.lua 2023-12-16 20:50:11 UTC (rev 69148)
@@ -7,7 +7,7 @@
license or (at your option) any later version. The latest version
of this license is in the file
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
This file is part of the "l3build bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-manifest.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-manifest.lua 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-manifest.lua 2023-12-16 20:50:11 UTC (rev 69148)
@@ -7,7 +7,7 @@
license or (at your option) any later version. The latest version
of this license is in the file
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
This file is part of the "l3build bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-stdmain.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-stdmain.lua 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-stdmain.lua 2023-12-16 20:50:11 UTC (rev 69148)
@@ -7,7 +7,7 @@
license or (at your option) any later version. The latest version
of this license is in the file
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
This file is part of the "l3build bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-tagging.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-tagging.lua 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-tagging.lua 2023-12-16 20:50:11 UTC (rev 69148)
@@ -7,7 +7,7 @@
license or (at your option) any later version. The latest version
of this license is in the file
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
This file is part of the "l3build bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-typesetting.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-typesetting.lua 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-typesetting.lua 2023-12-16 20:50:11 UTC (rev 69148)
@@ -7,7 +7,7 @@
license or (at your option) any later version. The latest version
of this license is in the file
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
This file is part of the "l3build bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-unpack.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-unpack.lua 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-unpack.lua 2023-12-16 20:50:11 UTC (rev 69148)
@@ -7,7 +7,7 @@
license or (at your option) any later version. The latest version
of this license is in the file
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
This file is part of the "l3build bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-upload.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-upload.lua 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-upload.lua 2023-12-16 20:50:11 UTC (rev 69148)
@@ -7,7 +7,7 @@
license or (at your option) any later version. The latest version
of this license is in the file
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
This file is part of the "l3build bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-variables.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-variables.lua 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-variables.lua 2023-12-16 20:50:11 UTC (rev 69148)
@@ -7,7 +7,7 @@
license or (at your option) any later version. The latest version
of this license is in the file
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
This file is part of the "l3build bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-zip.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-zip.lua 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-zip.lua 2023-12-16 20:50:11 UTC (rev 69148)
@@ -7,7 +7,7 @@
license or (at your option) any later version. The latest version
of this license is in the file
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
This file is part of the "l3build bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
Modified: trunk/Master/texmf-dist/scripts/l3build/l3build.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build.lua 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build.lua 2023-12-16 20:50:11 UTC (rev 69148)
@@ -9,7 +9,7 @@
license or (at your option) any later version. The latest version
of this license is in the file
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
This file is part of the "l3build bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
@@ -25,7 +25,7 @@
--]]
-- Version information
-release_date = "2023-12-13-2"
+release_date = "2023-12-15"
-- File operations are aided by the LuaFileSystem module
local lfs = require("lfs")
Modified: trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx 2023-12-16 20:50:11 UTC (rev 69148)
@@ -7,7 +7,7 @@
% license or (at your option) any later version. The latest version
% of this license is in the file
%
-% http://www.latex-project.org/lppl.txt
+% https://www.latex-project.org/lppl.txt
%
% This file is part of the "l3build bundle" (The Work in LPPL)
% and all files in that bundle must be distributed together.
@@ -251,7 +251,7 @@
% }^^A
% }
%
-% \date{Released 2023-12-13-2}
+% \date{Released 2023-12-15}
%
% \maketitle
% \tableofcontents
Modified: trunk/Master/texmf-dist/source/latex/l3build/l3build.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/l3build/l3build.ins 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/source/latex/l3build/l3build.ins 2023-12-16 20:50:11 UTC (rev 69148)
@@ -7,7 +7,7 @@
license or (at your option) any later version. The latest version
of this license is in the file
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
This file is part of the "l3build bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
@@ -39,7 +39,7 @@
this license or (at your option) any later version. The latest
version of this license is in the file:
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
This file is part of the "l3build bundle" (The Work in LPPL)
and all files in that bundle must be distributed together.
Modified: trunk/Master/texmf-dist/tex/latex/l3build/regression-test.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/l3build/regression-test.tex 2023-12-16 20:49:07 UTC (rev 69147)
+++ trunk/Master/texmf-dist/tex/latex/l3build/regression-test.tex 2023-12-16 20:50:11 UTC (rev 69148)
@@ -13,7 +13,7 @@
%% this license or (at your option) any later version. The latest
%% version of this license is in the file:
%%
-%% http://www.latex-project.org/lppl.txt
+%% https://www.latex-project.org/lppl.txt
%%
%% This file is part of the "l3build bundle" (The Work in LPPL)
%% and all files in that bundle must be distributed together.
More information about the tex-live-commits
mailing list.