Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the build reproducible #18

Conversation

lamby
Copy link
Contributor

@lamby lamby commented Nov 15, 2019

Whilst working on the Reproducible Builds effort we noticed that sybil could not be built reproducibly.

This is due to it using the current build year in the documentation. This patch uses SOURCE_DATE_EPOCH instead. This was originally filed in Debian as #944782.

Whilst working on the Reproducible Builds effort [0] we noticed that
sybil could not be built reproducibly.

This is due to it using the current build year in the documentation.
This patch uses SOURCE_DATE_EPOCH [1] instead.

This was originally filed in Debian as #944782 [2].

 [0] https://reproducible-builds.org/
 [1] https://reproducible-builds.org/specs/source-date-epoch/
 [2] https://bugs.debian.org/944782

Signed-off-by: Chris Lamb <lamby@debian.org>
@cjw296 cjw296 merged commit 20a579b into simplistix:master Nov 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants