From 2b04e8973d5069bc9bb3e8d32392f15c56393837 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 10 Dec 2012 21:59:10 +0000 Subject: Sort packages by name --- autobuild/index.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autobuild/index.php b/autobuild/index.php index 54191fa..83bee67 100644 --- a/autobuild/index.php +++ b/autobuild/index.php @@ -46,6 +46,9 @@ while (!feof($status_file)) { } fclose($status_file); +sort($success); +sort($failure); + $nb_failed = count($failure); $nb_success = count($success); $nb_fixed = count($fixed); -- cgit v1.2.1