From 6fc83f61067b13642b14f2a10be340883bfba24e Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 1 Mar 2015 22:55:12 +0100 Subject: reproducible: enable testing experimental. --- bin/reproducible_common.py | 2 +- bin/reproducible_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 423a36b3..e7191373 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -25,7 +25,7 @@ DEBUG = False QUIET = False # tested suites -SUITES = ['sid'] +SUITES = ['sid', 'experimental'] # tested arches ARCHES = ['amd64'] diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 363ca745..2bec690d 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -40,7 +40,7 @@ DBDCHROOT_WRITELOCK=/var/lib/jenkins/reproducible-dbdchroot.writelock JENKINS_URL=${JENKINS_URL:0:-1} # tested suites -SUITES="sid" +SUITES="sid experimental" # tested arches ARCHES="amd64" -- cgit v1.2.3-54-g00ecf