summaryrefslogtreecommitdiff
path: root/buildmaster
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-07-15 14:12:31 +0200
committerErich Eckner <git@eckner.net>2019-07-15 14:12:31 +0200
commite7e84cd2fa4ca829b4684135addcb0be78748eab (patch)
treea4170fd2e476a7ae0d965da599798043986adca1 /buildmaster
parent05f90cb45c803b8dc9dca796a316e7f638c22fc6 (diff)
downloadarchweb32-e7e84cd2fa4ca829b4684135addcb0be78748eab.tar.xz
buildmaster/gpg-keys.php: order actions reproducibly
Diffstat (limited to 'buildmaster')
-rw-r--r--buildmaster/gpg-keys.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildmaster/gpg-keys.php b/buildmaster/gpg-keys.php
index 83ec71d..a279ac5 100644
--- a/buildmaster/gpg-keys.php
+++ b/buildmaster/gpg-keys.php
@@ -33,7 +33,7 @@ require_once BASE . "/lib/http.php";
$result = mysql_run_query(
"SELECT" .
- " GROUP_CONCAT(`email_actions`.`name`) AS `action`," .
+ " GROUP_CONCAT(`email_actions`.`name` ORDER BY `email_actions`.`name`) AS `action`," .
"`persons`.`name` AS `person`," .
"`gpg_keys`.`fingerprint`" .
" FROM `email_actions`" .