[Qa-jenkins-scm] [jenkins.debian.net] 02/04: reproducible: switch order of suites to testing, sid, experimental
Holger Levsen
holger at moszumanska.debian.org
Sat Mar 14 17:02:46 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 2995d31fc246126e2017acfc4bed5e35c3ba4a65
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Mar 14 16:23:52 2015 +0100
reproducible: switch order of suites to testing, sid, experimental
---
bin/reproducible_common.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index e613799..7278089 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -25,7 +25,7 @@ DEBUG = False
QUIET = False
# tested suites
-SUITES = ['sid', 'testing', 'experimental']
+SUITES = ['testing', 'sid', 'experimental']
# tested arches
ARCHES = ['amd64']
--
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