[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix type
Holger Levsen
holger at moszumanska.debian.org
Thu May 28 13:04:09 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 4074327457ffdf66d7bab5367cba643cb0b5449f
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu May 28 14:59:08 2015 +0200
reproducible: fix type
---
bin/reproducible_scheduler.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index baa41ed..f5b6932 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -284,7 +284,7 @@ def scheduler():
priotized_suite_order = ['unstable']
for suite in SUITES:
if suite not in priotized_suite_order:
- priotized_suite_order += suite
+ priotized_suite_order.append(suite)
for suite in priotized_suite_order:
query = 'SELECT count(*) ' + \
'FROM schedule AS p JOIN sources AS s ON p.package_id=s.id ' + \
--
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