summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-17 17:19:08 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-17 17:19:08 +0200
commit9f2e1fb05ccc68a523748f03857241770e1b4ae8 (patch)
treed3a4f18dd35efebccaef298bcf3630b81fb5fd91 /bin/reproducible_common.py
parent0c7f0fca338e9147cc033b5720d48d12cf0aa2f8 (diff)
downloadjenkins.debian.net-9f2e1fb05ccc68a523748f03857241770e1b4ae8.tar.xz
remove timestamps_from_cpp_macros from filtered FTBFS issues
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index a416d287..fc5488a4 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -180,7 +180,7 @@ html_foot_page_style_note = Template((tab*2).join("""
url2html = re.compile(r'((mailto\:|((ht|f)tps?)\://|file\:///){1}\S+)')
# filter used on the index_FTBFS pages and for the reproducible.json
-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' )
+filtered_issues = ('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 == '':