[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: show packages in depwait state on issue pages

Holger Levsen holger at moszumanska.debian.org
Fri Oct 9 10:47:28 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 ad4e193c0cc65e3d87fc37196a5d086b6730e9e5
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Oct 9 12:46:42 2015 +0200

    reproducible: show packages in depwait state on issue pages
---
 bin/reproducible_html_notes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py
index f47ab13..2a4746d 100755
--- a/bin/reproducible_html_notes.py
+++ b/bin/reproducible_html_notes.py
@@ -271,7 +271,7 @@ def gen_html_issue(issue, suite):
     affected = ''
     try:
         arch = 'amd64'
-        for status in ['unreproducible', 'FTBFS', 'not for us', 'blacklisted', 'reproducible']:
+        for status in ['unreproducible', 'FTBFS', 'not for us', 'blacklisted', 'reproducible', 'depwait']:
             pkgs = [x[0] for x in all_pkgs if x[1] == status and x[2] == suite and x[3] == arch and x[0] in issues_count[issue]]
             if not pkgs:
                 continue

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