summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-30 14:22:11 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-30 14:22:11 +0200
commit7a4f142d15857b62b052e65d665df36fa6fd7b62 (patch)
tree8a1d529c40e8d1eaea9861f1848dd055414c8736 /bin/reproducible_html_packages.py
parentc66dbc0b1d2e36ad740f77c586b2c21624456585 (diff)
downloadjenkins.debian.net-7a4f142d15857b62b052e65d665df36fa6fd7b62.tar.xz
reproducible: don't scream if a package is untested
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 921df56f..a36d399e 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -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',