summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-11 14:54:45 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-11 14:54:45 +0100
commit247af30597890166b21cd296e59e4d0ad8343793 (patch)
treec01ff23d38fd3baa466061974e03a27e93e64b62 /bin/reproducible_common.sh
parentcaf339a8a53f630bd90f51ca734eaab0e19586ea (diff)
downloadjenkins.debian.net-247af30597890166b21cd296e59e4d0ad8343793.tar.xz
reproducible archlinux: change repository order
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index f6a6bdec..27bd4c7f 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -53,7 +53,7 @@ BUILD_ENV_VARS="ARCH NUM_CPU CPU_MODEL DATETIME KERNEL1 KERNEL2" # these also ne
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"
+ARCHLINUX_REPOS="core extra"
# number of cores to be used
NUM_CPU=$(grep -c '^processor' /proc/cpuinfo)