From a282597b28e907fc85d6da85ec002c838a09c5a0 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Mon, 15 Jun 2015 00:56:07 +0200 Subject: reproducible: html_packages: do not complain about missing .buildinfo for untested, blacklisted, ftbfs and not-for-us packages --- bin/reproducible_html_packages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_packages.py') diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index a2a91c6d..72b53f63 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -154,7 +154,7 @@ def gen_extra_links(package, version, suite, arch, status): links += 'buildinfo\n' if not default_view: default_view = url - else: + elif status not in ('untested', 'blacklisted', 'FTBFS', 'not for us'): 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-54-g00ecf