[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: breakages: do not warn about depwait packages lacking the buildinfo file

Holger Levsen holger at moszumanska.debian.org
Sun Aug 2 11:40:36 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 b62a404499261d44a874cfe2426d47f34ad48c30
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Sun Aug 2 11:39:19 2015 +0000

    reproducible: breakages: do not warn about depwait packages lacking the buildinfo file
---
 bin/reproducible_breakages.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_breakages.py b/bin/reproducible_breakages.py
index ba42fb7..7857c69 100755
--- a/bin/reproducible_breakages.py
+++ b/bin/reproducible_breakages.py
@@ -79,7 +79,8 @@ def lack_buildinfo():
     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 NOT IN ("blacklisted", "not for us", "FTBFS", "")
+               WHERE r.status NOT IN
+                ("blacklisted", "not for us", "FTBFS", "depwait", "")
                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