diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-04-04 12:51:55 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-04 12:53:59 +0200 |
commit | 47460bc218ac0a7c02c985c29be60625a0901086 (patch) | |
tree | e3c9a8b785c190a0731fd8d2d2c4bd16a65d2c89 | |
parent | fc17399284848a238590df6b242a619f6bc19412 (diff) | |
download | jenkins.debian.net-47460bc218ac0a7c02c985c29be60625a0901086.tar.xz |
reproducible: add ftbfs_pbuilder_malformed_dsc issues to boring ftbfs issues
-rwxr-xr-x | bin/reproducible_html_indexes.py | 2 |
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 == '': |