[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: correct order of suites
Holger Levsen
holger at layer-acht.org
Mon Jun 19 14:24:43 UTC 2017
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 5de50a7ef0e7608a58a79d9a22db866c8e6d024e
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Jun 19 16:24:36 2017 +0200
reproducible Debian: correct order of suites
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
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 afcadc4..2c74871 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -39,7 +39,7 @@ if os.uname()[1] == 'jenkins-test-vm':
sys.exit()
# tested suites
-SUITES = ['buster', 'unstable', 'stretch', 'experimental']
+SUITES = ['stretch', 'buster', 'unstable', 'experimental']
# tested architectures
ARCHS = ['amd64', 'i386', 'arm64', 'armhf']
# defaults
--
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