[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fixup query
Holger Levsen
holger at moszumanska.debian.org
Sun Sep 13 10:02:40 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 08594266f7b528813ba4b47715cf2d307de0e08f
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Sep 13 12:02:04 2015 +0200
reproducible: fixup query
---
bin/reproducible_html_live_status.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_html_live_status.py b/bin/reproducible_html_live_status.py
index e3faa5b..b60de0f 100755
--- a/bin/reproducible_html_live_status.py
+++ b/bin/reproducible_html_live_status.py
@@ -61,7 +61,7 @@ def generate_live_status_table(arch):
query = 'SELECT s.id, s.suite, s.architecture, s.name, s.version, ' + \
'p.date_build_started, r.status, r.build_duration, p.builder ' + \
'FROM sources AS s JOIN schedule AS p ON p.package_id=s.id LEFT JOIN results AS r ON s.id=r.package_id ' + \
- 'WHERE (p.date_build_started != "" OR p.notify != "") AND s.architecture="{arch}" ' + \
+ 'WHERE p.date_build_started != "" AND s.architecture="{arch}" ' + \
'ORDER BY p.date_build_started DESC'
html = ''
rows = query_db(query.format(arch=arch))
--
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