diff options
-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', |