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 #6817

Conversation

lamby
Copy link
Contributor

@lamby lamby commented Dec 7, 2019

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

This is because it was embedding another build date in a "banner" comment. This patch uses the value from SOURCE_DATE_EPOCH if present.

(This was originally filed in Debian as #946333.)

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

This is because it was embedding another build date in a "banner"
comment. This patch uses the value from SOURCE_DATE_EPOCH [1] if
present.

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

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

Signed-off-by: Chris Lamb <lamby@debian.org>
@etimberg etimberg merged commit c4483d1 into chartjs:master Dec 7, 2019
@etimberg etimberg added this to the Version 3.0 milestone Dec 7, 2019
sthagen added a commit to sthagen/chartjs-Chart.js that referenced this pull request Dec 7, 2019
tasmo pushed a commit to prototypefund/reproducible-website that referenced this pull request Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants