summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-06-15 00:56:07 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-15 08:18:02 +0200
commita282597b28e907fc85d6da85ec002c838a09c5a0 (patch)
treeebe4d973e492e36deb9649370b98f369029de0ce /bin/reproducible_html_packages.py
parent45940e58fda8c057e6bcc0c1a54665dc04b98881 (diff)
downloadjenkins.debian.net-a282597b28e907fc85d6da85ec002c838a09c5a0.tar.xz
reproducible: html_packages: do not complain about missing .buildinfo for untested, blacklisted, ftbfs and not-for-us packages
Diffstat (limited to 'bin/reproducible_html_packages.py')
-rwxr-xr-xbin/reproducible_html_packages.py2
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