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.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/reproducible_common.py') 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' -- cgit v1.2.3-54-g00ecf