summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_indexes.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-17 17:19:08 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-17 17:19:08 +0200
commit9f2e1fb05ccc68a523748f03857241770e1b4ae8 (patch)
treed3a4f18dd35efebccaef298bcf3630b81fb5fd91 /bin/reproducible_html_indexes.py
parent0c7f0fca338e9147cc033b5720d48d12cf0aa2f8 (diff)
downloadjenkins.debian.net-9f2e1fb05ccc68a523748f03857241770e1b4ae8.tar.xz
remove timestamps_from_cpp_macros from filtered FTBFS issues
Diffstat (limited to 'bin/reproducible_html_indexes.py')
-rwxr-xr-xbin/reproducible_html_indexes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index 30991100..bd783823 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',