summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-02-18 02:24:22 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-26 17:13:54 +0100
commitfda33a4069b4b95fe48035a1cc4350b52d734deb (patch)
tree8fae6f719d8b0703b5c0d23a076ae0172da38850 /bin/reproducible_common.py
parent8633c9e784489e23012866086ecc4cff30b45190 (diff)
downloadjenkins.debian.net-fda33a4069b4b95fe48035a1cc4350b52d734deb.tar.xz
reproducible: common: add the array containing tested suites (only sid for now)
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 1df694f0..c7b37fc1 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -23,6 +23,9 @@ from string import Template
DEBUG = False
QUIET = False
+# tested suites
+SUITES = ['sid']
+
BIN_PATH = '/srv/jenkins/bin'
BASE = '/var/lib/jenkins/userContent'