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

gh-121871: Allow overriding docs build date with SOURCE_DATE_EPOCH #121872

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

bmwiedemann
Copy link
Contributor

@bmwiedemann bmwiedemann commented Jul 16, 2024

Allow to override build date with SOURCE_DATE_EPOCH to make builds reproducible.
See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable.

Fixes: #121871


📚 Documentation preview 📚: https://cpython-previews--121872.org.readthedocs.build/

to make builds reproducible.
See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.
@hugovk hugovk changed the title gh-121871: Allow to override build date with SOURCE_DATE_EPOCH gh-121871: Allow overriding docs build date with SOURCE_DATE_EPOCH Jul 17, 2024
@hugovk hugovk merged commit 941b3b7 into python:main Jul 17, 2024
27 checks passed
@hugovk hugovk added needs backport to 3.12 bug and security fixes needs backport to 3.13 bugs and security fixes labels Jul 17, 2024
@miss-islington-app
Copy link

Thanks @bmwiedemann for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Thanks @bmwiedemann for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

@hugovk
Copy link
Member

hugovk commented Jul 17, 2024

Thanks!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 17, 2024
…OCH (pythonGH-121872)

(cherry picked from commit 941b3b7)

Co-authored-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 17, 2024
…OCH (pythonGH-121872)

(cherry picked from commit 941b3b7)

Co-authored-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
@bedevere-app
Copy link

bedevere-app bot commented Jul 17, 2024

GH-121887 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Jul 17, 2024
@bedevere-app
Copy link

bedevere-app bot commented Jul 17, 2024

GH-121888 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Jul 17, 2024
@bmwiedemann bmwiedemann deleted the date branch July 17, 2024 05:36
hugovk pushed a commit that referenced this pull request Jul 17, 2024
…POCH (GH-121872) (#121888)

Co-authored-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
hugovk pushed a commit that referenced this pull request Jul 17, 2024
…POCH (GH-121872) (#121887)

Co-authored-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
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.

Documentation HTML varies from timestamp
2 participants