[Git][NTPsec/ntpsec][master] Python library files don't need to be executable in the build tree
Matt Selsky
gitlab at mg.gitlab.com
Wed Sep 27 14:07:05 UTC 2017
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
25302d00 by Matt Selsky at 2017-09-27T09:32:11-04:00
Python library files don't need to be executable in the build tree
Execute bits get removed from the following:
build/main/pylib/agentx.py
build/main/pylib/util.py
build/main/pylib/statfiles.py
build/main/pylib/__init__.py
build/main/pylib/packet.py
- - - - -
1 changed file:
- pylib/wscript
Changes:
=====================================
pylib/wscript
=====================================
--- a/pylib/wscript
+++ b/pylib/wscript
@@ -28,7 +28,6 @@ def build(ctx):
features="subst",
source=sources,
target=builds,
- chmod=Utils.O755,
)
ctx(
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/25302d00fe76be1b1929f2136544067e92f161be
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/25302d00fe76be1b1929f2136544067e92f161be
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/20170927/3c0be184/attachment.html>
More information about the vc
mailing list