7f0b945741
in order to make builds reproducible. See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable. Without this patch, building python-debtcollector from a tarball that does not contain a .git dir varied for every build. Change-Id: Iaf8bc1c559f5b149a48c9dd05beb0961365fda7e Signed-off-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
7 lines
227 B
YAML
7 lines
227 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Allow to override build date of generated files with SOURCE_DATE_EPOCH
|
|
in order to make build results of packages fully reproducible
|
|
especially when building from tarballs without a .git directory.
|