[Git][NTPsec/ntpsec][master] write_config_header's "remove" parameter defaults to True

Matt Selsky gitlab at mg.gitlab.com
Sun Nov 26 16:44:59 UTC 2017


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
42b4a8ee by Matt Selsky at 2017-11-26T11:39:12-05:00
write_config_header's "remove" parameter defaults to True

- - - - -


1 changed file:

- wscript


Changes:

=====================================
wscript
=====================================
--- a/wscript
+++ b/wscript
@@ -903,7 +903,7 @@ int main(int argc, char **argv) {
         ctx.define("BUILD_EPOCH", int(time.time()), comment="Using default")
 
     ctx.start_msg("Writing configuration header:")
-    ctx.write_config_header("config.h", remove=True)
+    ctx.write_config_header("config.h")
     ctx.end_msg("config.h", "PINK")
 
     def yesno(x):



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

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/42b4a8eee0a0e8cdeb673e6ed499bb7d48d5d424
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/20171126/e160108a/attachment.html>


More information about the vc mailing list