[PR #976] [MERGED] Make the build reproducible #1789

Closed
opened 2026-01-29 17:18:33 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: 896867-ccextractor-please-make-the-build-reproducible


📝 Commits (1)

  • 6d9db1d Make 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.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/976 **Author:** [@lamby](https://github.com/lamby) **Created:** 4/25/2018 **Status:** ✅ Merged **Merged:** 4/25/2018 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `896867-ccextractor-please-make-the-build-reproducible` --- ### 📝 Commits (1) - [`6d9db1d`](https://github.com/CCExtractor/ccextractor/commit/6d9db1d01a2b9d05836bcc3369c69a931db8f0de) Make the build reproducible ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `linux/pre-build.sh` (+1 -1) 📝 `mac/pre-build.sh` (+1 -1) </details> ### 📄 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/ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:18:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1789