diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-11 14:54:45 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-11 14:54:45 +0100 |
commit | 247af30597890166b21cd296e59e4d0ad8343793 (patch) | |
tree | c01ff23d38fd3baa466061974e03a27e93e64b62 | |
parent | caf339a8a53f630bd90f51ca734eaab0e19586ea (diff) | |
download | jenkins.debian.net-247af30597890166b21cd296e59e4d0ad8343793.tar.xz |
reproducible archlinux: change repository order
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
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) |