mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #976] [MERGED] Make the build reproducible #1789
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/976
Author: @lamby
Created: 4/25/2018
Status: ✅ Merged
Merged: 4/25/2018
Merged by: @cfsmp3
Base:
master← Head:896867-ccextractor-please-make-the-build-reproducible📝 Commits (1)
6d9db1dMake the build reproducible📊 Changes
2 files changed (+2 additions, -2 deletions)
View changed files
📝
linux/pre-build.sh(+1 -1)📝
mac/pre-build.sh(+1 -1)📄 Description
Whilst working on the Reproducible Builds effort [0], we noticed
that ccextractor could not be built reproducibly.
This is due to it including the current date.
This was originally filed in Debian as #896867 [1] and uses the
SOURCE_DATE_EPOCH environment variable [2].
[0] https://reproducible-builds.org/
[1] https://bugs.debian.org/896867
[2] https://reproducible-builds.org/specs/source-date-epoch/
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.