From 247af30597890166b21cd296e59e4d0ad8343793 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 11 Dec 2015 14:54:45 +0100 Subject: reproducible archlinux: change repository order --- bin/reproducible_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_common.sh') 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) -- cgit v1.2.3-54-g00ecf