[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: other states includes depwait

Holger Levsen holger at layer-acht.org
Tue Nov 8 21:09:03 UTC 2016


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 fe6a86ad5070ac5438ab2b3b93dc96f4b64a6fb7
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Nov 8 22:08:53 2016 +0100

    reproducible Debian: other states includes depwait
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_html_pkg_sets.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_pkg_sets.py b/bin/reproducible_html_pkg_sets.py
index 99a19eb..0cf155c 100755
--- a/bin/reproducible_html_pkg_sets.py
+++ b/bin/reproducible_html_pkg_sets.py
@@ -220,14 +220,14 @@ def create_pkgset_page_and_graphs(suite, arch, stats, pkgset_name):
         ('unreproducible', 'bad', 'failed to build reproducibly'),
         ('FTBFS', 'ugly', 'failed to build from source'),
         ('rest', 'rest',
-         'are either blacklisted, not for us or cannot be downloaded'),
+         'are either in depwait state, blacklisted, not for us, or cannot be downloaded'),
         ('reproducible', 'good', 'successfully build reproducibly'),
     ]
 
     for (status, cutename, description) in status_cutename_descriptions:
         icon_html = ''
         if status == 'rest':
-            for s in ['not_for_us', 'blacklisted', '404']:
+            for s in ['depwait', 'blacklisted', 'not_for_us', '404']:
                 s, icon, spokenstatus = get_status_icon(s)
                 icon_html += gen_status_link_icon(s, None, icon, suite, arch)
         else:

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