[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix filter needed to work around #781517

Holger Levsen holger at moszumanska.debian.org
Thu Apr 9 12:24:00 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 dec223060f54a0586a93c237cda8958c40483090
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Apr 9 14:20:50 2015 +0200

    reproducible: fix filter needed to work around #781517
---
 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 bc32871..89a1345 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 != "" AND status != "unreproducible"'
+        'WHERE status != "" AND status != "FTBFS"'
 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