Skip to content

Commit

Permalink
contrib: guix: Clarify SOURCE_DATE_EPOCH.
Browse files Browse the repository at this point in the history
  • Loading branch information
dongcarl committed Jul 12, 2019
1 parent 3e80ec3 commit 8dff3e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/guix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**_

Expand Down

0 comments on commit 8dff3e4

Please sign in to comment.