diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-08-07 13:06:24 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-07 15:09:41 +0200 |
commit | f0aefc2e672eb702096947ab844f51c0b29ac8ee (patch) | |
tree | 03591f977810c2edd38b4a56953797c65e8e3909 /bin | |
parent | 8a74cf604ff668cb05ec3c98d3bf7b3836e5a66c (diff) | |
download | jenkins.debian.net-f0aefc2e672eb702096947ab844f51c0b29ac8ee.tar.xz |
reproducible: _html_indexes: remove depwait packages from the no_notes page
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_indexes.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py index 64802c2a..7c61a801 100755 --- a/bin/reproducible_html_indexes.py +++ b/bin/reproducible_html_indexes.py @@ -341,13 +341,6 @@ pages = { 'text': Template('$tot FTBFS packages in $suite/$arch:') }, { - 'icon_status': 'depwait', - 'db_status': 'depwait', - 'icon_link': '/index_depwait.html', - 'query': 'depwait_all_abc', - 'text': Template('$tot ($percent%) source packages failed to satisfy their build-dependencies:') - }, - { 'icon_status': 'blacklisted', 'db_status': 'blacklisted', 'icon_link': '/index_blacklisted.html', |