From b62a404499261d44a874cfe2426d47f34ad48c30 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 2 Aug 2015 11:39:19 +0000 Subject: reproducible: breakages: do not warn about depwait packages lacking the buildinfo file --- bin/reproducible_breakages.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_breakages.py') diff --git a/bin/reproducible_breakages.py b/bin/reproducible_breakages.py index ba42fb70..7857c694 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: -- cgit v1.2.3-70-g09d2