mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
contrib: guix: Clarify SOURCE_DATE_EPOCH.
This commit is contained in:
parent
3e80ec3ea9
commit
8dff3e48a9
1 changed files with 3 additions and 3 deletions
|
@ -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**_
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue