summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-11 14:36:12 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-11 14:36:12 +0100
commit77ecda496b8ef4ef0994e3ccecfb63cafb3221ae (patch)
tree9e022305cb90182b199ada641386610c6f3a7809 /bin/reproducible_common.sh
parent34d41585eb606e747f02bb9c411821e3e5ecb009 (diff)
downloadjenkins.debian.net-77ecda496b8ef4ef0994e3ccecfb63cafb3221ae.tar.xz
reproducible archlinux: refactor, define repositories once
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index dd07e725..f6a6bdec 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -52,6 +52,9 @@ BUILD_ENV_VARS="ARCH NUM_CPU CPU_MODEL DATETIME KERNEL1 KERNEL2" # these also ne
# existing usertags in the Debian BTS
USERTAGS="toolchain infrastructure timestamps fileordering buildpath username hostname uname randomness buildinfo cpu signatures environment umask ftbfs locale"
+# archlinux repositories to be tested
+ARCHLINUX_REPOS="extra core"
+
# number of cores to be used
NUM_CPU=$(grep -c '^processor' /proc/cpuinfo)