[Git][reproducible-builds/reproducible-website][master] explain SOURCE_DATE_EPOCH on /docs/source_date_epoch
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Mar 29 23:42:48 UTC 2022
Holger Levsen pushed to branch master at Reproducible Builds / reproducible-website
Commits:
3764949f by Holger Levsen at 2022-03-30T01:42:39+02:00
explain SOURCE_DATE_EPOCH on /docs/source_date_epoch
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- _docs/source-date-epoch.md
Changes:
=====================================
_docs/source-date-epoch.md
=====================================
@@ -4,8 +4,11 @@ layout: docs
permalink: /docs/source-date-epoch/
---
+
`SOURCE_DATE_EPOCH` is a [standardised environment variable](https://reproducible-builds.org/specs/source-date-epoch/) that distributions can set centrally and have build tools consume this in order to produce reproducible output.
+In practice `SOURCE_DATE_EPOCH` specifies the last modification of something, usually the source code, (measured) in seconds since the unix epoch, which is January 1st 1970, 00:00:00 UTC.
+
Before implementing this, you should scan through [our checklist](https://wiki.debian.org/ReproducibleBuilds/StandardEnvironmentVariables#Checklist) to see if you can avoid implementing it.
If you find that it's ideal for your use-case, please feel free to jump straight to our **[published specification](https://reproducible-builds.org/specs/source-date-epoch/)**.
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/3764949f50fe3d8f557de2b4d26e740f55760c31
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/3764949f50fe3d8f557de2b4d26e740f55760c31
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20220329/1b3992f7/attachment.htm>
More information about the rb-commits
mailing list