summaryrefslogtreecommitdiff
path: root/bin/build-master-status-from-mysql
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build-master-status-from-mysql')
-rwxr-xr-xbin/build-master-status-from-mysql1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/build-master-status-from-mysql b/bin/build-master-status-from-mysql
index a416538..27afd27 100755
--- a/bin/build-master-status-from-mysql
+++ b/bin/build-master-status-from-mysql
@@ -15,6 +15,7 @@ ${mysql_command} -e '
`build_slaves`.`currently_building`=`build_assignments`.`id`
LEFT JOIN `package_sources` ON
`build_assignments`.`package_source`=`package_sources`.`id`
+ ORDER BY `build_slaves`.`last_connection`
' --html | \
sed '
s,</TR>,\0\n,g