diff options
| author | Carl Dong <[email protected]> | 2019-07-12 11:42:09 -0400 |
|---|---|---|
| committer | Carl Dong <[email protected]> | 2019-07-12 11:42:09 -0400 |
| commit | 8dff3e48a9e03299468ed3b342642f01f70da9db (patch) | |
| tree | f8b71ef88ab1480cd8ac212b991823995763e807 | |
| parent | contrib: Add deterministic Guix builds. (diff) | |
| download | discoin-8dff3e48a9e03299468ed3b342642f01f70da9db.tar.xz discoin-8dff3e48a9e03299468ed3b342642f01f70da9db.zip | |
contrib: guix: Clarify SOURCE_DATE_EPOCH.
| -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 383c623b2..3e2fc53c8 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**_ |