Commit 7a4f142d authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible: don't scream if a package is untested

parent c66dbc0b
......@@ -224,7 +224,7 @@ def gen_packages_html(packages, no_clean=False):
if build_date and status != 'blacklisted':
build_date = 'at ' + build_date
else:
build_date = '<span style="color:red;font-weight:bold;">UNTESTED</span>'
build_date = ''
if status == False: # the package is not in the checked suite
continue
log.debug('Generating the page of %s/%s/%s @ %s built at %s',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment