diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-10 13:37:35 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-10 13:37:35 +0100 |
commit | 830139bc080e07c426efcc28aa0c10f9cb8539d1 (patch) | |
tree | 77156029f51ec345521faa68d14d90d42e9b8ab0 | |
parent | 68cd521e2437126a59c7b44d36e70fb260f00891 (diff) | |
download | jenkins.debian.net-830139bc080e07c426efcc28aa0c10f9cb8539d1.tar.xz |
reproducible: clarify these variables are only used in Debian context
-rwxr-xr-x | bin/reproducible_common.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 738f1d0e..dd07e725 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -40,22 +40,22 @@ REPRODUCIBLE_DOT_ORG_URL=https://reproducible-builds.org JENKINS_URL=${JENKINS_URL:0:-1} DBDSUITE="unstable" -# suites being tested +# Debian suites being tested SUITES="testing unstable experimental" -# architectures being tested +# Debian architectures being tested ARCHS="armhf amd64" -# define build nodes in use +# define Debian build nodes in use BUILD_NODES="profitbricks-build1-amd64.debian.net profitbricks-build2-amd64.debian.net profitbricks-build5-amd64.debian.net profitbricks-build6-amd64.debian.net wbq0-armhf-rb.debian.net cbxi4pro0-armhf-rb.debian.net bpi0-armhf-rb.debian.net hb0-armhf-rb.debian.net odxu4-armhf-rb.debian.net wbd0-armhf-rb.debian.net rpi2b-armhf-rb.debian.net" # these also needs to be defined in bin/jenkins_master_wrapper.sh BUILD_ENV_VARS="ARCH NUM_CPU CPU_MODEL DATETIME KERNEL1 KERNEL2" # these also needs to be defined in bin/reproducible_info.sh -# existing usertags +# existing usertags in the Debian BTS 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 +# we only this array for html creation but we cannot declare them in a function declare -A SPOKENTARGET BASE="/var/lib/jenkins/userContent/reproducible" |