From 805573adbbe212329373712f0d50635d94066bf1 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 8 Aug 2015 13:52:30 +0000 Subject: 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 744b8dea..872cf201 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: -- cgit v1.2.3-70-g09d2