diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-04-04 14:45:17 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-04 14:45:17 +0200 |
commit | 83849fe7c2ce3ed5b4a3b94a1841292eef7169bc (patch) | |
tree | 923af8ad37e1f178b1622facac8e5c32cb1e66ec | |
parent | 47460bc218ac0a7c02c985c29be60625a0901086 (diff) | |
download | jenkins.debian.net-83849fe7c2ce3ed5b4a3b94a1841292eef7169bc.tar.xz |
reproducible: add ftbfs_in_jenkins_setup 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 e6f80038..feb60008 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', 'ftbfs_pbuilder_malformed_dsc') +filtered_issues = ('timestamps_from_cpp_macros' , 'ftbfs_werror_equals', 'ocaml_configure_not_as_root', 'bad_handling_of_extra_warnings', 'ftbfs_pbuilder_malformed_dsc', 'ftbfs_in_jenkins_setup' ) filter_query = '' for issue in filtered_issues: if filter_query == '': |