Commits on Source (10)
-
Richard Laager authored
This is run using an explicit interpreter by pylib/wscript: ctx( before=['pyc', 'pyo'], cwd=srcnode, rule='${PYTHON} ${SRC} >${TGT}', source=["../wafhelpers/pythonize-header", "../include/ntp.h"], target=target2, ) I also removed the execute bit.
-
Richard Laager authored
This is run using an explicit interpreter from tests/option-tester.sh.
-
Signed-off-by:
Richard Laager <rlaager@wiktel.com> [I changed the example syntax slightly.]
-
Signed-off-by:
Richard Laager <rlaager@wiktel.com> [I split this from the previous commit.]
-
James Browning authored
-
James Browning authored
-
James Browning authored
-
James Browning authored
Passing '--build-desc=$(date -u +%Y-%m-%dT%H:%M:%Sz)' restores the previous default extended version. The build epoch has been replaced with a hardcoded timestamp which will be manually updated every nine years or so (approx 512w). This makes the binaries reproducible by default.
-
James Browning authored
-
James Browning authored
Showing
- NEWS.adoc 18 additions, 1 deletionNEWS.adoc
- devel/hacking.adoc 3 additions, 7 deletionsdevel/hacking.adoc
- docs/includes/ntpviz-body.adoc 3 additions, 3 deletionsdocs/includes/ntpviz-body.adoc
- libntp/ntp_calendar.c 1 addition, 1 deletionlibntp/ntp_calendar.c
- ntpclients/ntpq.py 2 additions, 2 deletionsntpclients/ntpq.py
- ntpclients/ntpviz.py 2 additions, 2 deletionsntpclients/ntpviz.py
- packaging/packaging.adoc 29 additions, 40 deletionspackaging/packaging.adoc
- pylib/ntpc.py 2 additions, 2 deletionspylib/ntpc.py
- pylib/util.py 2 additions, 2 deletionspylib/util.py
- wafhelpers/options.py 2 additions, 2 deletionswafhelpers/options.py
- wafhelpers/pythonize-header 0 additions, 1 deletionwafhelpers/pythonize-header
- wafhelpers/test.py 3 additions, 2 deletionswafhelpers/test.py
- wafhelpers/tlscheck.py 0 additions, 2 deletionswafhelpers/tlscheck.py
- wscript 7 additions, 24 deletionswscript
wafhelpers/pythonize-header
100755 → 100644