[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: breakages: ignore blackisted and not-for-us package while looking for missing buildlogs
Holger Levsen
holger at moszumanska.debian.org
Mon May 4 06:56:20 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 5c61610adaa41bd3021bf583bbd7a06721d8650b
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Mon May 4 01:11:28 2015 +0200
reproducible: breakages: ignore blackisted and not-for-us package while looking for missing buildlogs
---
bin/reproducible_breakages.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_breakages.py b/bin/reproducible_breakages.py
index 0fe6155..41b7cb2 100755
--- a/bin/reproducible_breakages.py
+++ b/bin/reproducible_breakages.py
@@ -71,7 +71,7 @@ def lack_rbuild():
bad_pkgs = []
query = '''SELECT s.name, r.version, s.suite, s.architecture
FROM sources AS s JOIN results AS r ON r.package_id=s.id
- WHERE r.status != "" AND r.status != "blacklisted"
+ WHERE r.status NOT IN ("blacklisted", "not for us", "")
ORDER BY s.name ASC, s.suite DESC'''
results = query_db(query)
for pkg, version, suite, arch in results:
--
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