[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: notes: hardcode amd64 in a query for now

Holger Levsen holger at moszumanska.debian.org
Tue Aug 11 09:01:10 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 805573adbbe212329373712f0d50635d94066bf1
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Sat Aug 8 13:52:30 2015 +0000

    reproducible: notes: hardcode amd64 in a query for now
---
 bin/reproducible_notes.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_notes.py b/bin/reproducible_notes.py
index 744b8de..872cf20 100755
--- a/bin/reproducible_notes.py
+++ b/bin/reproducible_notes.py
@@ -43,7 +43,8 @@ def load_notes():
             raise
         query = 'SELECT s.id, s.version, s.suite ' + \
                 'FROM results AS r JOIN sources AS s ON r.package_id=s.id' + \
-                ' WHERE s.name="{pkg}" AND r.status != ""'
+                ' WHERE s.name="{pkg}" AND r.status != ""' + \
+                ' AND s.architecture="amd64"'
         query = query.format(pkg=pkg)
         result = query_db(query)
         if not 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