diff options
-rwxr-xr-x | bin/reproducible_html_packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 += '<a href="' + url + '" target="main">buildinfo</a>\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 |