[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: reverse order of live_status packages
Holger Levsen
holger at moszumanska.debian.org
Thu Sep 10 20:42:19 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 4644b5af7d9c212aa1a6dd4dec647fc5c936ea47
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Sep 10 22:41:43 2015 +0200
reproducible: reverse order of live_status packages
---
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 e6761e5..7fd0958 100755
--- a/bin/reproducible_html_live_status.py
+++ b/bin/reproducible_html_live_status.py
@@ -19,7 +19,7 @@ def generate_live_status():
'r.status, r.version, r.build_duration AS duration, p.builder, p.notify ' + \
'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 != "" ' + \
- 'ORDER BY p.date_build_started, date_scheduled DESC'
+ 'ORDER BY p.date_build_started DESC'
html = ''
rows = query_db(query)
html += '<p>If there are more than 21 rows shown here, the list includes stale builds... we\'re working on it. Stay tuned.<table class="scheduled">\n' + tab
--
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