diff options
author | Mattia Rizzolo <mattia@debian.org> | 2015-12-26 18:13:56 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-26 19:32:28 +0100 |
commit | 899adbcf8f981e61fb82c7ed92f10421ef6163cd (patch) | |
tree | 7e6bfe6fa1359f0770b7564f19e2621e0cb03455 | |
parent | d73c544a9017f4a9913e33f0e44cdf6d86d1f912 (diff) | |
download | jenkins.debian.net-899adbcf8f981e61fb82c7ed92f10421ef6163cd.tar.xz |
reproducible: common: remove gone issues or issues that must be fixed now from filtered_issues
-rwxr-xr-x | bin/reproducible_common.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index e4aa9006..9c60f581 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -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 filtered_issues = ( 'bad_handling_of_extra_warnings', - 'ftbfs_wdatetime', - 'ftbfs_wdatetime_due_to_swig', - 'ftbfs_pbuilder_malformed_dsc', 'ftbfs_in_jenkins_setup', 'ftbfs_build_depends_not_available_on_amd64', - 'ftbfs_due_to_root_username', - 'ftbfs_due_to_virtual_dependencies') +) filter_query = '' for issue in filtered_issues: if filter_query == '': |