[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: clarify these variables are only used in Debian context
Holger Levsen
holger at moszumanska.debian.org
Thu Dec 10 12:39:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 830139bc080e07c426efcc28aa0c10f9cb8539d1
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Dec 10 13:37:35 2015 +0100
reproducible: clarify these variables are only used in Debian context
---
bin/reproducible_common.sh | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 738f1d0..dd07e72 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"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list