[Qa-jenkins-scm] [jenkins.debian.net] 01/01: remove timestamps_from_cpp_macros from filtered FTBFS issues

Holger Levsen holger at moszumanska.debian.org
Sun May 17 15:19:18 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 9f2e1fb05ccc68a523748f03857241770e1b4ae8
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun May 17 17:19:08 2015 +0200

    remove timestamps_from_cpp_macros from filtered FTBFS issues
---
 bin/reproducible_common.py       | 2 +-
 bin/reproducible_html_indexes.py | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index a416d28..fc5488a 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -180,7 +180,7 @@ 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 = ('timestamps_from_cpp_macros' , 'ftbfs_werror_equals', 'bad_handling_of_extra_warnings', 'ftbfs_pbuilder_malformed_dsc', 'ftbfs_in_jenkins_setup', 'ftbfs_build_depends_not_available_on_amd64' )
+filtered_issues = ('ftbfs_werror_equals', 'bad_handling_of_extra_warnings', 'ftbfs_pbuilder_malformed_dsc', 'ftbfs_in_jenkins_setup', 'ftbfs_build_depends_not_available_on_amd64' )
 filter_query = ''
 for issue in filtered_issues:
     if filter_query == '':
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index 3099110..bd78382 100755
--- a/bin/reproducible_html_indexes.py
+++ b/bin/reproducible_html_indexes.py
@@ -46,6 +46,7 @@ Technically speaking, a page can be empty (we all love nonsense) but every
 section must have at least a `query` defining what to file in.
 """
 
+# filter_query is defined in reproducible_common.py and excludes some FTBFS issues
 queries = {
     'count_total': 'SELECT COUNT(*) FROM results AS r JOIN sources AS s ON r.package_id=s.id WHERE s.suite="{suite}" AND s.architecture="{arch}"',
     'reproducible_all': 'SELECT s.name FROM results AS r JOIN sources AS s ON r.package_id=s.id WHERE s.suite="{suite}" AND s.architecture="{arch}" AND r.status="reproducible" ORDER BY r.build_date DESC',

-- 
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