[Git][NTPsec/ntpsec][master] Revert "Correct the byuld rcipe for autorevision 1.17"

Eric S. Raymond gitlab at mg.gitlab.com
Sat Nov 26 23:00:15 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
e1927a2f by Matt Selsky at 2016-11-26T17:16:59-05:00
Revert "Correct the byuld rcipe for autorevision 1.17"

It added a duplicate option when calling autorevision.sh

- - - - -


1 changed file:

- pylib/wscript


Changes:

=====================================
pylib/wscript
=====================================
--- a/pylib/wscript
+++ b/pylib/wscript
@@ -32,7 +32,7 @@ def build(ctx):
     ctx(
 	before      = ['pyc', 'pyo'],
 	cwd         = srcnode,
-	rule        = 'VCS_EXTRA=`cat ${SRC}` ../wafhelpers/autorevision.sh -e VERSION -o ${TGT[1].abspath()} -e VERSION -t python >${TGT[0].name}',
+	rule        = 'VCS_EXTRA=`cat ${SRC}` ../wafhelpers/autorevision.sh -o ${TGT[1].abspath()} -e VERSION -t python >${TGT[0].name}',
 	source      = "../VERSION",
 	target      = [target3, '../wafhelpers/.autorevision-cache', '../wafhelpers/autorevision.sh'],
 	)



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/e1927a2fde4a1af175dfa97ef8269ab80210a9ac
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161126/b983366a/attachment.html>


More information about the vc mailing list