[Git][NTPsec/ntpsec][master] Make sure the list of supported refclocks is sorted

Ian Bruene gitlab at mg.gitlab.com
Sun Jun 3 01:25:26 UTC 2018


Ian Bruene pushed to branch master at NTPsec / ntpsec


Commits:
2622e33b by Matt Selsky at 2018-06-03T01:17:13Z
Make sure the list of supported refclocks is sorted

- - - - -


1 changed file:

- wscript


Changes:

=====================================
wscript
=====================================
--- a/wscript
+++ b/wscript
@@ -885,7 +885,7 @@ int main(int argc, char **argv) {
     msg_setting("PREFIX", ctx.env.PREFIX)
     msg_setting("Droproot Support", droproot_type)
     msg_setting("Debug Support", yesno(ctx.options.enable_debug))
-    msg_setting("Refclocks", ", ".join(ctx.env.REFCLOCK_LIST))
+    msg_setting("Refclocks", ", ".join(sorted(ctx.env.REFCLOCK_LIST)))
     msg_setting("Build Manpages",
                 yesno(ctx.env.ENABLE_DOC and not ctx.env.DISABLE_MANPAGE))
 



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

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/2622e33bfcb13111c13a4cfe5d25f577314630c8
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/20180603/3d305f0f/attachment.html>


More information about the vc mailing list