[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: don't scream if a package is untested

Holger Levsen holger at moszumanska.debian.org
Sun Aug 30 12:24:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 7a4f142d15857b62b052e65d665df36fa6fd7b62
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Aug 30 14:22:11 2015 +0200

    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 921df56..a36d399 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',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list