[Qa-jenkins-scm] [jenkins.debian.net] 02/03: reproducible: rescheduler: don't catch blacklisted packages in the filter query
Holger Levsen
holger at moszumanska.debian.org
Fri Jul 17 08:32:55 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 2b8a459b2d5a1f953cd77217ffe8c03adb037248
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Fri Jul 17 00:01:01 2015 +0000
reproducible: rescheduler: don't catch blacklisted packages in the filter query
---
bin/reproducible_remote_scheduler.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py
index f18f911..0d20219 100755
--- a/bin/reproducible_remote_scheduler.py
+++ b/bin/reproducible_remote_scheduler.py
@@ -110,7 +110,7 @@ if issue or status or built_after or built_before:
query = 'SELECT s.name ' + \
'FROM sources AS s, notes AS n, results AS r ' + \
'WHERE n.package_id=s.id AND r.package_id=s.id ' + \
- 'AND s.suite = "{suite}" '
+ 'AND s.suite = "{suite}" AND r.status != "blacklisted" '
if issue:
query += 'AND n.issues LIKE "%{issue}%" '
formatter['issue'] = issue
--
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