summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-14 12:06:38 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-14 12:06:38 +0200
commit66190ed74eb342f0fb6991e0465845206efd0c6b (patch)
tree28b2f9ff923e750fb02b19571bd022f2c9368bb2
parentf764d05641ba29a2522d0d42d735b39f1ddd220d (diff)
downloadjenkins.debian.net-66190ed74eb342f0fb6991e0465845206efd0c6b.tar.xz
reproducible: remove 'ocaml_configure_not_as_root' from filtered issues as this issue is fixed
-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 1aaca819..7a0cb16b 100755
--- a/bin/reproducible_html_indexes.py
+++ b/bin/reproducible_html_indexes.py
@@ -47,7 +47,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', 'ftbfs_build_depends_not_available_on_amd64' )
+filtered_issues = ('timestamps_from_cpp_macros' , 'ftbfs_werror_equals', '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 == '':