[latex3-commits] [git/LaTeX3-latex3-latex3] master: Drop auto-updating expl3 requirements [ci skip] (2859fef)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Feb 25 08:47:02 CET 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/2859fef690b649dc0416148cc0cdce02de9dab28
>---------------------------------------------------------------
commit 2859fef690b649dc0416148cc0cdce02de9dab28
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Feb 25 07:43:52 2018 +0000
Drop auto-updating expl3 requirements [ci skip]
As things are now quite stable, we can expect individual.
>---------------------------------------------------------------
2859fef690b649dc0416148cc0cdce02de9dab28
build-config.lua | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/build-config.lua b/build-config.lua
index e9312fa..20e70e8 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -53,17 +53,6 @@ setversion_update_line =
)
end
end
- -- Update the interlock
- if string.match(
- line, "^\\RequirePackage{expl3}%[%d%d%d%d/%d%d/%d%d%]$"
- ) then
- line = "\\RequirePackage{expl3}[" .. date .. "]"
- end
- if string.match(
- line, "^%%<package>\\@ifpackagelater{expl3}{%d%d%d%d/%d%d/%d%d}$"
- ) then
- line = "%<package>\\@ifpackagelater{expl3}{" .. date .. "}"
- end
if string.match(
line, "^Release %d%d%d%d/%d%d/%d%d$"
) then
More information about the latex3-commits
mailing list