commit | 08bc29fba8f2e660e454c9e93ab44b558d109498 | [log] [tgz] |
---|---|---|
author | Bernhard M. Wiedemann <bwiedemann@suse.de> | Mon Oct 23 09:12:42 2023 +0000 |
committer | Alexey Kardashevskiy <aik@ozlabs.ru> | Wed Nov 15 18:26:10 2023 +1100 |
tree | 84c71a7fab4b8a0d883f149791bd6c0bdb4cf64a | |
parent | 3a259df2449fc4a4e43ab5f33f0b2c66484b4bc3 [diff] |
Allow to override build date with SOURCE_DATE_EPOCH 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, openSUSE's qemu package always varied between builds. This patch was done while working on reproducible builds for openSUSE. This is an alternative to https://lists.ozlabs.org/pipermail/slof/2023-October/002895.html Signed-off-by: Bernhard M. Wiedemann <bwiedemann@suse.de> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>