From 3e1ae893bb747ce1881c240fc30c278eff607d59 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 21 Jun 2016 01:32:47 +0100 Subject: Make the build list stable --- index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'index.php') diff --git a/index.php b/index.php index cc3174d..b7162f9 100644 --- a/index.php +++ b/index.php @@ -98,6 +98,7 @@ if (!isset($_GET['package'])) { %s %s TB; + ksort ($hosts); foreach ($hosts as $machine => $b) { foreach ($b as $arch => $key) { $s .= sprintf($tmpl, -- cgit v1.2.1