Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
ntpsec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
NTPsec
ntpsec
Commits
54ecf1e3
There was a problem fetching the pipeline summary.
Commit
54ecf1e3
authored
7 years ago
by
Eric S. Raymond
Browse files
Options
Downloads
Patches
Plain Diff
Documentation polishing.
parent
6a0f2c68
Loading
Loading
Loading
Pipeline
#
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README
+2
-0
2 additions, 0 deletions
README
devel/README
+0
-3
0 additions, 3 deletions
devel/README
packaging/README.txt
+5
-1
5 additions, 1 deletion
packaging/README.txt
packaging/packaging.txt
+6
-5
6 additions, 5 deletions
packaging/packaging.txt
with
13 additions
and
9 deletions
README
+
2
−
0
View file @
54ecf1e3
...
...
@@ -71,6 +71,8 @@ ntpfrob/:: The ntpfrob utility collects several small diagnostic
ntptime/:: Directory containing a utility for reading and modifying
kernel parameters related to the local clock.
packaging/:: Parts and guidance for distribution packagers.
pylib/:: Installable Python helper classes for scripts.
tests/:: Self-test code.
...
...
This diff is collapsed.
Click to expand it.
devel/README
+
0
−
3
View file @
54ecf1e3
...
...
@@ -25,9 +25,6 @@ make-tarball::
ntpv5.txt::
Design notes towards NTPv5.
packaging.txt::
Guidance for binary package builders.
pre-release.txt::
A collection of ideas about testing before a release.
...
...
This diff is collapsed.
Click to expand it.
packaging/README.txt
+
5
−
1
View file @
54ecf1e3
Packaging scripts go here
== Packaging ==
Packaging scripts go in this directory.
Some general guidance for packagers can be found in packaging.txt
Debian packaging metadata can be found at:
https://github.com/rlaager/ntpsec-pkg
This diff is collapsed.
Click to expand it.
devel
/packaging.txt
→
packaging
/packaging.txt
+
6
−
5
View file @
54ecf1e3
...
...
@@ -63,11 +63,12 @@ has a pivot date and resolves incoming timestamps to the era that
minimizes distance between now and the timestamp. This procedure
is part of the core protocol specification.
An instance's pivot time is constructed from BUILD_EPOCH defined at configure
time in config.h. If BUILD_EPOCH is set to a known time then the binaries are
reproducible. By default the BUILD_EPOCH is the time when the last './waf
configure' was run. You can override the BUILD_EPOCH with '-waf --build-epoch'
or using the SOURCE_DATE_EPOCH environment variable.
An instance's pivot time is constructed from BUILD_EPOCH defined at
configure time in config.h. If BUILD_EPOCH is set to a known time
then the binaries are reproducible. By default the BUILD_EPOCH is the
time when the last './waf configure' was run. You can override the
BUILD_EPOCH with '-waf --build-epoch' or using the SOURCE_DATE_EPOCH
environment variable.
More information on reproduceable builds is at:
https://reproducible-builds.org/[https://reproducible-builds.org/]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment