[latex3-commits] [git/l3build] master: Revert "Create TDS-style zip as-standard" (3fef673)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Jan 18 21:12:25 CET 2018


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/3fef673b7752114392cf6093cc724a3940c7726b

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

commit 3fef673b7752114392cf6093cc724a3940c7726b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jan 18 08:44:20 2018 +0000

    Revert "Create TDS-style zip as-standard"
    
    This reverts commit 5824f78a9e02700013925da3692d309a26772c9a.


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

3fef673b7752114392cf6093cc724a3940c7726b
 l3build-variables.lua |    4 +---
 l3build.dtx           |    2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/l3build-variables.lua b/l3build-variables.lua
index 78af779..d531be2 100644
--- a/l3build-variables.lua
+++ b/l3build-variables.lua
@@ -181,9 +181,7 @@ if flatten == nil then
   flatten = true
 end
 maxprintline = maxprintline or 79
-if packtdszip == nil then
-  packtdszip = true
-end
+packtdszip   = packtdszip   or false
 scriptname   = scriptname   or "build.lua"
 typesetcmds  = typesetcmds  or ""
 typesetruns  = typesetruns  or 2
diff --git a/l3build.dtx b/l3build.dtx
index c5b3023..ee7c2a0 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -149,7 +149,7 @@
 \luavarset{epoch}       {1463734800}  {Epoch (Unix date) to set for test runs}
 \luavarset{flatten}     {true}        {Switch to flatten any source structure when sending to CTAN}
 \luavarset{maxprintline}{79}          {Length of line to use in log files}
-\luavarset{packtdszip}  {true}        {Switch to build a TDS-style zip file for CTAN}
+\luavarset{packtdszip}  {false}       {Switch to build a TDS-style zip file for CTAN}
 \luavarset{scriptname}  {"build.lua"} {Name of script used in dependencies}
 \luavarset{typesetcmds} {""}          {Instructions to be passed to \TeX{} when doing typesetting.}
 \luavarset{typsetcycles}{3}           {Number of cycles of typesetting to carry out.}





More information about the latex3-commits mailing list