diff options
author | Carl Dong <contact@carldong.me> | 2019-07-12 11:42:09 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2019-07-12 11:42:09 -0400 |
commit | 8dff3e48a9e03299468ed3b342642f01f70da9db (patch) | |
tree | f8b71ef88ab1480cd8ac212b991823995763e807 /contrib/guix | |
parent | 3e80ec3ea9691c7c89173de922a113e643fe976b (diff) |
contrib: guix: Clarify SOURCE_DATE_EPOCH.
Diffstat (limited to 'contrib/guix')
-rw-r--r-- | contrib/guix/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/guix/README.md b/contrib/guix/README.md index 383c623b2c..3e2fc53c8e 100644 --- a/contrib/guix/README.md +++ b/contrib/guix/README.md @@ -110,9 +110,9 @@ find output/ -type f -print0 | sort -z | xargs -r0 sha256sum * _**SOURCE_DATE_EPOCH**_ - Override the reference timestamp used for bit-for-bit reproducibility, the - variable name conforms to [standard][r12e/source-date-epoch]. _(defaults to - the output of `$(git log --format=%at -1)`)_ + Override the reference UNIX timestamp used for bit-for-bit reproducibility, + the variable name conforms to [standard][r12e/source-date-epoch]. _(defaults + to the output of `$(git log --format=%at -1)`)_ * _**V**_ |