[Git][NTPsec/ntpsec][master] 2 commits: Upgrade waf to 1.9.14-a50064fef518fa947e70ff62762268c39aaaca77

Matt Selsky gitlab at mg.gitlab.com
Sat Dec 2 20:43:10 UTC 2017


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
416c90ae by Matt Selsky at 2017-12-02T20:24:21+00:00
Upgrade waf to 1.9.14-a50064fef518fa947e70ff62762268c39aaaca77

Picks up the fix for https://github.com/waf-project/waf/pull/2087 among other
things

Partial fix for Gitlab issue #416

- - - - -
cb25ec33 by Matt Selsky at 2017-12-02T20:24:21+00:00
Avoid installing python scripts as if they were modules

Fixes Gitlab issue #416

- - - - -


2 changed files:

- waf
- wscript


Changes:

=====================================
waf
=====================================
The diff for this file was not included because it is too large.

=====================================
wscript
=====================================
--- a/wscript
+++ b/wscript
@@ -1088,10 +1088,11 @@ def build(ctx):
     ctx.recurse("attic")
     ctx.recurse("tests")
 
-    # Make sure the python scripts actually get compiled
+    # Make sure the python scripts compile, but don't install them
     ctx(
         features="py",
         source=python_scripts,
+        install_path=None,
     )
 
     scripts = ["ntpclients/ntpleapfetch"] + python_scripts



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/4d12f952c8908dd214db346a31c19579c498b075...cb25ec3379719f4276fcc36eb14e77cc9da39c58

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/4d12f952c8908dd214db346a31c19579c498b075...cb25ec3379719f4276fcc36eb14e77cc9da39c58
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20171202/94990307/attachment.html>


More information about the vc mailing list