diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-06-27 04:15:02 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-27 15:46:14 +0200 |
commit | d638db2bcaafad7288164b98cd324f1583ac491b (patch) | |
tree | 32ab1feebb438d4ca0c1b122b39ed72ab64d4c14 /bin | |
parent | 0ccd9ba39ff90ef44c47fa31c7509fbd152f839d (diff) | |
download | jenkins.debian.net-d638db2bcaafad7288164b98cd324f1583ac491b.tar.xz |
reproducible: also filter the issues ftbfs_wdatetime and ftbfs_wdatetime_due_to_swig
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index d7016525..963bdf98 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -189,6 +189,8 @@ 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 = ('ftbfs_werror_equals', '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', |