[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: ignore architecture when loading notes
Holger Levsen
holger at moszumanska.debian.org
Sun Sep 6 16:36:41 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 4046fd7cac03a24026a4fec8f559fc2908ba6954
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Sep 6 18:36:11 2015 +0200
reproducible: ignore architecture when loading notes
---
bin/reproducible_notes.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_notes.py b/bin/reproducible_notes.py
index 80e0734..fc06821 100755
--- a/bin/reproducible_notes.py
+++ b/bin/reproducible_notes.py
@@ -43,8 +43,8 @@ def load_notes():
irc_msg('The note for ' + pkg + ' does not include a version.')
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 != ""' + \
- ' AND s.architecture="amd64"'
+ ' 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