From 7a4f142d15857b62b052e65d665df36fa6fd7b62 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 30 Aug 2015 14:22:11 +0200 Subject: reproducible: don't scream if a package is untested --- bin/reproducible_html_packages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = 'UNTESTED' + 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', -- cgit v1.2.3-70-g09d2