[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Set up so dev releases have info in file names (c0026b7b)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Jul 23 17:42:56 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/c0026b7b93ed9d3e8a09153bd4e0a1928459227f

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

commit c0026b7b93ed9d3e8a09153bd4e0a1928459227f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Jul 23 16:04:39 2019 +0100

    Set up so dev releases have info in file names


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

c0026b7b93ed9d3e8a09153bd4e0a1928459227f
 build-config.lua | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build-config.lua b/build-config.lua
index b2f51f00..7797cd8f 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -55,6 +55,8 @@ else
   if not string.match(branch, "%s*master%s*") then
     master_branch = false
     tdsroot = tdsroot or "latex-dev"
+    ctanpkg = ctanpkg .. "-dev"
+    ctanzip = ctanpkg
   end
 end
 





More information about the latex3-commits mailing list