[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: common: get_trailing_bug_icon(): do not create creepy html when the bug is not patched or already done

Holger Levsen holger at moszumanska.debian.org
Sat Jul 4 09:51:31 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 ccb1732c5d9d42dce2ae684e1a173e0d0f57d976
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Sat Jun 27 14:16:34 2015 +0000

    reproducible: common: get_trailing_bug_icon(): do not create creepy html when the bug is not patched or already done
---
 bin/reproducible_common.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 963bdf9..e2b4d2c 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -541,6 +541,8 @@ def get_trailing_bug_icon(bug, bugs, package=None):
                     html += 'bug-done" title="#' + str(bug) + ', done">#'
                 elif bugs[package][bug]['patch']:
                     html += 'bug-patch" title="#' + str(bug) + ', with patch">+'
+                else:
+                    html += 'bug">'
                 html += '</span>'
         except KeyError:
             pass

-- 
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