[latex3-commits] [git/LaTeX3-latex3-l3build] main: Add ctanupload to l3build-variables (223a4ed)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Oct 2 12:10:32 CEST 2022
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/223a4ede5a5a06c7c99c84d488f0a6136426bed1
>---------------------------------------------------------------
commit 223a4ede5a5a06c7c99c84d488f0a6136426bed1
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Oct 2 11:09:45 2022 +0100
Add ctanupload to l3build-variables
>---------------------------------------------------------------
223a4ede5a5a06c7c99c84d488f0a6136426bed1
CHANGELOG.md | 3 +++
l3build-variables.lua | 1 +
2 files changed, 4 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c83c3fc..7385c5e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+### Fixed
+- Allow for local override of `ctanupload` variable
+
## [2022-09-15]
### Fixed
diff --git a/l3build-variables.lua b/l3build-variables.lua
index 131b6b7..51f9270 100644
--- a/l3build-variables.lua
+++ b/l3build-variables.lua
@@ -238,3 +238,4 @@ tdsdirs = tdsdirs or {}
-- Upload settings
curlexe = curlexe or "curl"
uploadconfig = uploadconfig or {}
+ctanupload = ctanupload or "ask"
More information about the latex3-commits
mailing list.