Commit 899adbcf authored by Mattia Rizzolo's avatar Mattia Rizzolo Committed by Holger Levsen
Browse files

reproducible: common: remove gone issues or issues that must be fixed now from filtered_issues

parent d73c544a
...@@ -222,13 +222,9 @@ url2html = re.compile(r'((mailto\:|((ht|f)tps?)\://|file\:///){1}\S+)') ...@@ -222,13 +222,9 @@ url2html = re.compile(r'((mailto\:|((ht|f)tps?)\://|file\:///){1}\S+)')
# filter used on the index_FTBFS pages and for the reproducible.json # filter used on the index_FTBFS pages and for the reproducible.json
filtered_issues = ( filtered_issues = (
'bad_handling_of_extra_warnings', 'bad_handling_of_extra_warnings',
'ftbfs_wdatetime',
'ftbfs_wdatetime_due_to_swig',
'ftbfs_pbuilder_malformed_dsc',
'ftbfs_in_jenkins_setup', 'ftbfs_in_jenkins_setup',
'ftbfs_build_depends_not_available_on_amd64', 'ftbfs_build_depends_not_available_on_amd64',
'ftbfs_due_to_root_username', )
'ftbfs_due_to_virtual_dependencies')
filter_query = '' filter_query = ''
for issue in filtered_issues: for issue in filtered_issues:
if filter_query == '': if filter_query == '':
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment