summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_json.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-30 16:47:56 +0200
committerHolger Levsen <holger@layer-acht.org>2015-03-30 16:47:56 +0200
commit27530903da1ce04e2e9c8089a9ae7b4413f75d9d (patch)
treecf5a3897624f7c6d073f8e74af6e9fa3ce734a65 /bin/reproducible_json.py
parentc043e630c5d42cfbbde417e88d2e69bf54a9c76f (diff)
downloadjenkins.debian.net-27530903da1ce04e2e9c8089a9ae7b4413f75d9d.tar.xz
reproducible: drop ftbfs from json as long as #781517 unfixed
Diffstat (limited to 'bin/reproducible_json.py')
-rwxr-xr-xbin/reproducible_json.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_json.py b/bin/reproducible_json.py
index 38aa6757..ec2f6402 100755
--- a/bin/reproducible_json.py
+++ b/bin/reproducible_json.py
@@ -23,7 +23,7 @@ log.info('Creating json dump of current reproducible status')
query = 'SELECT s.name, r.version, s.suite, s.architecture, r.status, r.build_date ' + \
'FROM results AS r JOIN sources AS s ON r.package_id = s.id '+ \
- 'WHERE status != ""'
+ 'WHERE status != "" and WHERE status != "unreproducible"'
result = sorted(query_db(query))
log.info('\tprocessing ' + str(len(result)))