From 8b4e8c709ce69883c3874b97b063de21da9de3d2 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 9 Sep 2015 16:19:04 +0200 Subject: reproducible: refactor --- bin/reproducible_common.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 0d13a6f7..e939a4fc 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -42,12 +42,17 @@ JENKINS_URL=${JENKINS_URL:0:-1} SUITES="testing unstable experimental" # architectures being tested ARCHS="armhf amd64" -# number of cores to be used -NUM_CPU=$(grep -c '^processor' /proc/cpuinfo) + +# define build nodes in use +BUILD_NODES="bpi0-armhf-rb.debian.net hb0-armhf-rb.debian.net wbq0-armhf-rb.debian.net cbxi4pro0-armhf-rb.debian.net profitbricks-build1-amd64.debian.net profitbricks-build2-amd64.debian.net" # these also needs to be defined in bin/jenkins_master_wrapper.sh +BUILD_ENV_VARS="ARCH NUM_CPU CPU_MODEL DATETIME" # these also needs to be defined in bin/reproducible_info.sh # existing usertags USERTAGS="toolchain infrastructure timestamps fileordering buildpath username hostname uname randomness buildinfo cpu signatures environment umask ftbfs locale" +# number of cores to be used +NUM_CPU=$(grep -c '^processor' /proc/cpuinfo) + # we only need them for html creation but we cannot declare them in a function declare -A SPOKENTARGET -- cgit v1.2.3-70-g09d2