[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: breakages: do not consider blacklisted packages when looking for missing rbuilds
Holger Levsen
holger at moszumanska.debian.org
Sat May 2 10:11:29 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 82a540ec497b6ea19415f1c675a43f2961f388df
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Sat May 2 10:08:16 2015 +0200
reproducible: breakages: do not consider blacklisted packages when looking for missing rbuilds
---
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 9144732..a3a844d 100755
--- a/bin/reproducible_breakages.py
+++ b/bin/reproducible_breakages.py
@@ -69,7 +69,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 != ""'''
+ WHERE r.status != "" AND r.status != "blacklisted"'''
results = query_db(query)
for pkg, version, suite, arch in results:
eversion = strip_epoch(version)
--
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