[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: common.py: drop ftbfs_due_to_obsolete_dependencies from filtered issue. I want maintainers to fix their rc buggy packages
Holger Levsen
holger at moszumanska.debian.org
Sat Jul 4 10:48:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 60656c0252c951a1cbaf74921fe7505640cfbbd9
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Sun Jun 28 18:24:24 2015 +0000
reproducible: common.py: drop ftbfs_due_to_obsolete_dependencies from filtered issue. I want maintainers to fix their rc buggy packages
also remove ftbfs_werror_equals which does not exist anymore
---
bin/reproducible_common.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index e2b4d2c..97617f1 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -187,14 +187,13 @@ 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 = ('ftbfs_werror_equals',
+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_obsolete_dependencies',
'ftbfs_due_to_root_username',
'ftbfs_due_to_virtual_dependencies')
filter_query = ''
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list