From a9439e8e0590132d1950ff6a1ca2d075bcfbfeba Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 7 Aug 2015 12:41:19 +0000 Subject: reproducible: _html_packages: do not complain about missing .buildinfo files for depwait and 404 packages --- bin/reproducible_html_packages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 903c9ef5..31080862 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -164,8 +164,8 @@ def gen_extra_links(package, version, suite, arch, status): links += 'buildinfo\n' if not default_view: default_view = url - elif status not in ('untested', 'blacklisted', 'FTBFS', 'not for us') and \ - not args.ignore_missing_files: + elif not args.ignore_missing_files and status not in \ + ('untested', 'blacklisted', 'FTBFS', 'not for us', 'depwait', '404'): log.critical('buildinfo not detected at ' + buildinfo) rbuild = pkg_has_rbuild(package, version, suite, arch) if rbuild: # being a tuple (rbuild path, size), empty if non existant -- cgit v1.2.3-70-g09d2