[latex3-commits] [git/LaTeX3-latex3-l3build] main: Copy TDS-style zip to current dir when created (a37c1c3)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Aug 27 15:34:47 CEST 2021


Repository : https://github.com/latex3/l3build
On branch  : main
Link       : https://github.com/latex3/l3build/commit/a37c1c3c04e92cc9809ebcbc45e9d2e8a1c14861

>---------------------------------------------------------------

commit a37c1c3c04e92cc9809ebcbc45e9d2e8a1c14861
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Aug 27 14:34:09 2021 +0100

    Copy TDS-style zip to current dir when created
    
    This is handy for example for GitHub Actions.


>---------------------------------------------------------------

a37c1c3c04e92cc9809ebcbc45e9d2e8a1c14861
 CHANGELOG.md     | 3 +++
 l3build-ctan.lua | 1 +
 2 files changed, 4 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ec6937..fc08f7e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,9 @@ this project uses date-based 'snapshot' version identifiers.
 - Add the `--show-saves` flag for `l3build check` to generate a list of
   `l3build save` commands to regenerate all failing tests
 
+### Changed
+- Copy TDS-style zip files to make dir
+
 ## [2021-05-06]
 
 ### Fixed
diff --git a/l3build-ctan.lua b/l3build-ctan.lua
index fd1491d..6fc11b9 100644
--- a/l3build-ctan.lua
+++ b/l3build-ctan.lua
@@ -146,6 +146,7 @@ function ctan()
     dirzip(tdsdir, ctanpkg .. ".tds")
     if packtdszip then
       cp(ctanpkg .. ".tds.zip", tdsdir, ctandir)
+      cp(ctanpkg .. ".tds.zip", tdsdir, currentdir)
     end
     dirzip(ctandir, ctanzip)
     cp(ctanzip .. ".zip", ctandir, currentdir)





More information about the latex3-commits mailing list.