[Git][NTPsec/ntpsec][master] Address Gitlab issue $312: pyc generated files do not have...

Eric S. Raymond gitlab at mg.gitlab.com
Thu Aug 17 21:23:34 UTC 2017


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


Commits:
df640d72 by Eric S. Raymond at 2017-08-17T17:23:19-04:00
Address Gitlab issue $312: pyc generated files do not have...

matching timestamps.

- - - - -


1 changed file:

- pylib/wscript


Changes:

=====================================
pylib/wscript
=====================================
--- a/pylib/wscript
+++ b/pylib/wscript
@@ -46,7 +46,7 @@ def build(ctx):
 
     ctx(
         features='py',
-        source=ctx.path.ant_glob('*.py'),
+        source=ctx.path.ant_glob('*.py')+ctx.path.ant_glob('*.py[oc]'),
         install_from='.',
         install_path='${PYTHONDIR}/ntp'
     )



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/df640d726314cbc703d742a8dec434ce26bb3859

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/df640d726314cbc703d742a8dec434ce26bb3859
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/20170817/cb8bec3d/attachment.html>


More information about the vc mailing list