From 4644b5af7d9c212aa1a6dd4dec647fc5c936ea47 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 10 Sep 2015 22:41:43 +0200 Subject: reproducible: reverse order of live_status packages --- bin/reproducible_html_live_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_live_status.py') diff --git a/bin/reproducible_html_live_status.py b/bin/reproducible_html_live_status.py index e6761e57..7fd09585 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 += '

If there are more than 21 rows shown here, the list includes stale builds... we\'re working on it. Stay tuned.\n' + tab -- cgit v1.2.3-70-g09d2