[latex3-commits] [git/LaTeX3-latex3-latex2e] master: master_branch must be global (again) (00a36f17)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Feb 24 14:53:01 CET 2020
Repository : https://github.com/latex3/latex2e
On branch : master
Link : https://github.com/latex3/latex2e/commit/00a36f172189a1f0775cba6c1852f4ebcf10a9c8
>---------------------------------------------------------------
commit 00a36f172189a1f0775cba6c1852f4ebcf10a9c8
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Feb 24 13:53:01 2020 +0000
master_branch must be global (again)
>---------------------------------------------------------------
00a36f172189a1f0775cba6c1852f4ebcf10a9c8
build-config.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-config.lua b/build-config.lua
index b3b67a7c..1e7e9c72 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -67,7 +67,7 @@ end
--
-- See stackoverflow.com/a/12142066/212001
-- Also luaotfload build.lua: getting the Travis-CI version right is 'fun'
-local master_branch do
+do
local tag = os.getenv'TRAVIS_TAG'
if tag and tag ~= "" then
master_branch = not string.match(tag, '^dev-')
More information about the latex3-commits
mailing list.