[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: drop ftbfs from json as long as #781517 unfixed

Holger Levsen holger at moszumanska.debian.org
Mon Mar 30 14:48:15 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 27530903da1ce04e2e9c8089a9ae7b4413f75d9d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Mar 30 16:47:56 2015 +0200

    reproducible: drop ftbfs from json as long as #781517 unfixed
---
 bin/reproducible_json.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_json.py b/bin/reproducible_json.py
index 38aa675..ec2f640 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)))
 

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