From fda33a4069b4b95fe48035a1cc4350b52d734deb Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Wed, 18 Feb 2015 02:24:22 +0100 Subject: reproducible: common: add the array containing tested suites (only sid for now) --- bin/reproducible_common.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index f467cba3..e69e03f5 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -39,6 +39,9 @@ DBDCHROOT_WRITELOCK=/var/lib/jenkins/reproducible-dbdchroot.writelock # shop trailing slash JENKINS_URL=${JENKINS_URL:0:-1} +# tested suites +SUITES="sid" + # we only need them for html creation but we cannot declare them in a function declare -A SPOKENTARGET declare -A LINKTARGET -- cgit v1.2.3-54-g00ecf