summaryrefslogtreecommitdiff
path: root/buildmaster
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-07 10:55:33 +0200
committerErich Eckner <git@eckner.net>2018-06-07 10:55:33 +0200
commit2b6b3b48eb1d9ce575e00164282595604ae78355 (patch)
tree4072f4dc7f33b4b89bf6f75d78f0494fc5dbc899 /buildmaster
parent742de15a7e761cb4e9f7544435188552dcf44ad4 (diff)
downloadwebsite-2b6b3b48eb1d9ce575e00164282595604ae78355.tar.xz
buildmaster/build-list.php: show arch of build_assignment
Diffstat (limited to 'buildmaster')
-rw-r--r--buildmaster/build-list.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/buildmaster/build-list.php b/buildmaster/build-list.php
index 1a545e4..792a0e2 100644
--- a/buildmaster/build-list.php
+++ b/buildmaster/build-list.php
@@ -29,6 +29,13 @@ $columns = array(
"sort" => "deps",
"title" => "number of dependencies on the build-list"
),
+ "arch" => array(
+ "label" => "Arch",
+ "mysql_name" => "arch",
+ "mysql_query" => "`ba_q`.`arch`",
+ "sort" => "arch",
+ "title" => "arch"
+ ),
"pkgbase" => array(
"label" => "Package",
"mysql_name" => "pkgbase_print",