Skip to content
Snippets Groups Projects
Commit 0aafcc3a authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Ensure reproducible automake results.

parent 4d1963fc
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,9 @@
#
set -e
# this should guarantee reproducible results from automake runs
export PERL_HASH_SEED=0
case $(uname -s) in
Darwin)
libtoolize=glibtoolize
......
......@@ -50,6 +50,10 @@ errMsg()
"${BASH_SOURCE[-2]}" "${BASH_LINENO[-2]}" >&2
}
trap errMsg ERR
# this should guarantee reproducible results from automake runs
export PERL_HASH_SEED=0
# check that generated files and scripts are in place
if [[ -r configure && -r scripts/release/make-release-commit ]]; then
# 1. import common script settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment