[Git][NTPsec/ntpsec][master] 3 commits: Force early creation of generated Python files

Eric S. Raymond gitlab at mg.gitlab.com
Sun Dec 4 19:31:26 UTC 2016


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


Commits:
576c83fc by Eric S. Raymond at 2016-12-04T14:26:18-05:00
Force early creation of generated Python files

- - - - -
7daf0218 by Chris Mayo at 2016-12-04T14:26:18-05:00
Make use of footers consistent

- - - - -
03fb0ea9 by Chris Mayo at 2016-12-04T14:26:18-05:00
Align footer text

- - - - -


14 changed files:

- docs/build.txt
- docs/copyright.txt
- docs/driver_jupiter.txt
- docs/driver_pps.txt
- docs/huffpuff.txt
- docs/includes/footer.txt
- docs/leapsmear.txt
- docs/mx4200data.txt
- docs/ntpkeygen.txt
- docs/ntpspeak.txt
- docs/outside-tools.txt
- docs/quick.txt
- docs/statfiles.txt
- pylib/wscript


Changes:

=====================================
docs/build.txt
=====================================
--- a/docs/build.txt
+++ b/docs/build.txt
@@ -104,7 +104,6 @@ link:bugs.html[NTP Bug Reporting Procedures] page.
   Does the work of +clean+, but cleans out all directories in
   preparation for a new distribution release.
 
-
 '''''
 
 include::includes/footer.txt[]


=====================================
docs/copyright.txt
=====================================
--- a/docs/copyright.txt
+++ b/docs/copyright.txt
@@ -233,3 +233,5 @@ been removed:
   documents according to the HTML DTD
 
 '''''
+
+include::includes/footer.txt[]


=====================================
docs/driver_jupiter.txt
=====================================
--- a/docs/driver_jupiter.txt
+++ b/docs/driver_jupiter.txt
@@ -118,3 +118,5 @@ due to the proprietary +PPSAPI+ implementation or Windows itself.
 This driver does not handle leap seconds.
 
 '''''
+
+include::includes/footer.txt[]


=====================================
docs/driver_pps.txt
=====================================
--- a/docs/driver_pps.txt
+++ b/docs/driver_pps.txt
@@ -180,8 +180,6 @@ pp.
 
 David L. Mills <mills at udel.edu>
 
-
 '''''
 
 include::includes/footer.txt[]
-


=====================================
docs/huffpuff.txt
=====================================
--- a/docs/huffpuff.txt
+++ b/docs/huffpuff.txt
@@ -48,3 +48,5 @@ corrections are less effective and can lead to significant errors if the
 area between the limb lines is heavily populated.
 
 '''''
+
+include::includes/footer.txt[]


=====================================
docs/includes/footer.txt
=====================================
--- a/docs/includes/footer.txt
+++ b/docs/includes/footer.txt
@@ -1,6 +1,6 @@
 [cols="3",grid="none",frame="none",width="40%"]
 |=========================================================
-|image:icons/home.gif[float="left"]link:index.html[Home Page]|
-image:icons/sitemap.png[float="left"]link:sitemap.html[Site Map]|
-image:icons/mail2.gif[float="left"]link:{project-contact}[Contacts]
+|image:icons/home.gif[height=32]link:index.html[Home Page]|
+image:icons/sitemap.png[height=32]link:sitemap.html[Site Map]|
+image:icons/mail2.gif[height=32]link:{project-contact}[Contacts]
 |=========================================================


=====================================
docs/leapsmear.txt
=====================================
--- a/docs/leapsmear.txt
+++ b/docs/leapsmear.txt
@@ -268,4 +268,6 @@ used to monitor if and how the time sent to clients is smeared.  With a
 leapsmearoffset of -.932087, the refid reported in smeared packets would be
 254.196.88.176.
 
-// end
+'''''
+
+include::includes/footer.txt[]


=====================================
docs/mx4200data.txt
=====================================
--- a/docs/mx4200data.txt
+++ b/docs/mx4200data.txt
@@ -510,4 +510,5 @@ $PMVXG,830,T,1998,10,12,15:30:46,U,S,000298,00003,000000,01*02
 --------------------------------------------------
 
 '''''
-//end
+
+include::includes/footer.txt[]


=====================================
docs/ntpkeygen.txt
=====================================
--- a/docs/ntpkeygen.txt
+++ b/docs/ntpkeygen.txt
@@ -51,6 +51,7 @@ An MD5 key consists of a printable ASCII string less than or equal to 16
 characters and terminated by whitespace or a # character. An OpenSSL key
 consists of a hex-encoded ASCII string of 40 characters, which is
 truncated as necessary.
+
 '''''
 
 include::includes/footer.txt[]


=====================================
docs/ntpspeak.txt
=====================================
--- a/docs/ntpspeak.txt
+++ b/docs/ntpspeak.txt
@@ -249,4 +249,6 @@
   though consumer-grade "atomic clocks" unaffected by the modulation
   change are still made.
 
-// end
+'''''
+
+include::includes/footer.txt[]


=====================================
docs/outside-tools.txt
=====================================
--- a/docs/outside-tools.txt
+++ b/docs/outside-tools.txt
@@ -45,5 +45,3 @@ support for querying NTP servers.  The 'check_ntp_peer' and
 '''''
 
 include::includes/footer.txt[]
-
-// end


=====================================
docs/quick.txt
=====================================
--- a/docs/quick.txt
+++ b/docs/quick.txt
@@ -305,9 +305,6 @@ second is most likely due to asymmetric packet delays; large jitter
 is more likely due to bufferbloat and other sources of variable
 latency under load.
 
-
 '''''
 
 include::includes/footer.txt[]
-
-// end


=====================================
docs/statfiles.txt
=====================================
--- a/docs/statfiles.txt
+++ b/docs/statfiles.txt
@@ -84,4 +84,6 @@ with the data source symbolic name in field 2.
   24.9                 Measured temperature in degree Celsius
 ----------------------------------------------------------------------------
 
-//end
+'''''
+
+include::includes/footer.txt[]


=====================================
pylib/wscript
=====================================
--- a/pylib/wscript
+++ b/pylib/wscript
@@ -37,6 +37,8 @@ def build(ctx):
 	target      = [target3, '../wafhelpers/.autorevision-cache', '../wafhelpers/autorevision.sh'],
 	)
 
+    ctx.add_group() # Force early creation of generated files
+
     ctx(
 	features     ='py',
 	source       = ctx.path.ant_glob('*.py'),



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/66332ff2fea0f7db45a928664b33f87b0e56929c...03fb0ea945e83ab03985dfc4b5657562d59d3ed4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161204/36c9c73d/attachment.html>


More information about the vc mailing list