[latex3-commits] [git/LaTeX3-latex3-latex2e] master: Propagate "latex-dev" change (a201c3e)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Apr 2 10:42:29 CEST 2019
Repository : https://github.com/latex3/latex2e
On branch : master
Link : https://github.com/latex3/latex2e/commit/a201c3eaee8dc257b76627ddc1f817d2a48d2727
>---------------------------------------------------------------
commit a201c3eaee8dc257b76627ddc1f817d2a48d2727
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Apr 2 09:42:29 2019 +0100
Propagate "latex-dev" change
>---------------------------------------------------------------
a201c3eaee8dc257b76627ddc1f817d2a48d2727
build-config.lua | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/build-config.lua b/build-config.lua
index 6e66355..938bd4d 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -27,4 +27,10 @@ if unpacksearch == nil then
unpacksearch = false
end
+-- Allow for 'next' release
+-- See stackoverflow.com/a/12142066/212001
+local branch = os.execute("git rev-parse --abbrev-ref HEAD") or ""
+if branch ~= "master" then
+ tdsroot = tdsroot or "latex-dev"
+end
More information about the latex3-commits
mailing list