From ad4e193c0cc65e3d87fc37196a5d086b6730e9e5 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 9 Oct 2015 12:46:42 +0200 Subject: reproducible: show packages in depwait state on issue pages --- bin/reproducible_html_notes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_notes.py') diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index f47ab13e..2a4746db 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 -- cgit v1.2.3-54-g00ecf