summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-04-04 12:51:55 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-04 12:53:59 +0200
commit47460bc218ac0a7c02c985c29be60625a0901086 (patch)
treee3c9a8b785c190a0731fd8d2d2c4bd16a65d2c89 /bin
parentfc17399284848a238590df6b242a619f6bc19412 (diff)
downloadjenkins.debian.net-47460bc218ac0a7c02c985c29be60625a0901086.tar.xz
reproducible: add ftbfs_pbuilder_malformed_dsc issues to boring ftbfs issues
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_html_indexes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index 728b1d49..e6f80038 100755
--- a/bin/reproducible_html_indexes.py
+++ b/bin/reproducible_html_indexes.py
@@ -43,7 +43,7 @@ section must have at least a `query` defining what to file in.
"""
# filter used on the index_FTBFS pages
-filtered_issues = ('timestamps_from_cpp_macros' , 'ftbfs_werror_equals', 'ocaml_configure_not_as_root', 'bad_handling_of_extra_warnings')
+filtered_issues = ('timestamps_from_cpp_macros' , 'ftbfs_werror_equals', 'ocaml_configure_not_as_root', 'bad_handling_of_extra_warnings', 'ftbfs_pbuilder_malformed_dsc')
filter_query = ''
for issue in filtered_issues:
if filter_query == '':