Add SOURCE_DATE_EPOCH

Simply set SOURCE_DATE_EPOCH=0 globally.
This commit is contained in:
fosslinux 2022-12-25 16:51:23 +11:00
parent 667370a726
commit fcaa778e93
3 changed files with 3 additions and 2 deletions

View file

@ -14,6 +14,7 @@ export DESTDIR=/tmp/destdir
export DISTFILES=/distfiles
export SRCDIR="${SOURCES}"
export HOME=/tmp
export SOURCE_DATE_EPOCH=0
# shellcheck source=sysa/helpers.sh
. "${SOURCES}/helpers.sh"