diff options
author | Mattia Rizzolo <mattia@debian.org> | 2016-06-04 07:26:45 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-04 09:33:47 +0200 |
commit | 368e987c1b9170d3e18c22f07aa3f9c17941765f (patch) | |
tree | 641f69cf10428cb95620ee62208c29f9a6f5592f | |
parent | e97dcec3e1cf929e37b717053c3d896dbebb01e9 (diff) | |
download | jenkins.debian.net-368e987c1b9170d3e18c22f07aa3f9c17941765f.tar.xz |
reproducible debian: stop filtering out the 'bad_handling_of_extra_warnings', it's long gone
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_common.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 0179ddb6..2eb7389b 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -263,7 +263,6 @@ 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_in_jenkins_setup', 'ftbfs_build_depends_not_available_on_amd64', 'ftbfs_build-indep_not_build_on_armhf' |