[Git][NTPsec/ntpsec][master] Deleted 1 commit: Prepare for installation of ntp Python module.

Eric S. Raymond gitlab at mg.gitlab.com
Fri Aug 19 13:52:53 UTC 2016


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


WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.


Deleted commits:
c6a15238 by Eric S. Raymond at 2016-08-19T09:52:18-04:00
Prepare for installation of ntp Python module.

- - - - -


2 changed files:

- + pylib/wscript
- wscript


Changes:

=====================================
pylib/wscript
=====================================
--- /dev/null
+++ b/pylib/wscript
@@ -0,0 +1,8 @@
+def options(opt):
+        opt.load('python')
+
+def configure(conf):
+        conf.load('python')
+
+def build(bld):
+        pass	# Don't know how to install compound module yet


=====================================
wscript
=====================================
--- a/wscript
+++ b/wscript
@@ -38,6 +38,7 @@ def dist(ctx):
 def options(ctx):
 	options_cmd(ctx, config)
 	ctx.recurse("ntpstats")
+	ctx.recurse("pylib")
 
 def configure(ctx):
 	from wafhelpers.configure import cmd_configure



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


More information about the vc mailing list