index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-06-07 10:55:33 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-07 10:55:33 +0200 |
commit | 2b6b3b48eb1d9ce575e00164282595604ae78355 (patch) | |
tree | 4072f4dc7f33b4b89bf6f75d78f0494fc5dbc899 /buildmaster | |
parent | 742de15a7e761cb4e9f7544435188552dcf44ad4 (diff) |
-rw-r--r-- | buildmaster/build-list.php | 7 |
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", |