diff options
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-x | bin/reproducible_common.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index a339eddc..30c4dcb0 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -44,6 +44,9 @@ SUITES="testing unstable experimental" # tested arches ARCHES="amd64" +# existing usertags +USERTAGS="toolchain infrastructure timestamps fileordering buildpath username hostname uname randomness buildinfo cpu signatures environment umask" + # we only need them for html creation but we cannot declare them in a function declare -A SPOKENTARGET declare -A LINKTARGET |