summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-04-04 14:48:20 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-04 14:48:20 +0200
commitd48b387a88079943698966c45fd4dc2a71243649 (patch)
treec1fba43f6fbef150c45d0325262f4812142ae102
parent83849fe7c2ce3ed5b4a3b94a1841292eef7169bc (diff)
downloadjenkins.debian.net-d48b387a88079943698966c45fd4dc2a71243649.tar.xz
reproducible: add ftbfs_build_depends_not_available_on_amd64 to boring ftbfs issues
-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 feb60008..6450c1ad 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', 'ftbfs_in_jenkins_setup' )
+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', 'ftbfs_build_depends_not_available_on_amd64' )
filter_query = ''
for issue in filtered_issues:
if filter_query == '':