summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildmaster/build-list.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/buildmaster/build-list.php b/buildmaster/build-list.php
index 80caf0a..f915788 100644
--- a/buildmaster/build-list.php
+++ b/buildmaster/build-list.php
@@ -27,6 +27,17 @@ $multi_select_search_criteria = array(
"query_post" => "\"\")",
"values" => array()
),
+ "repo" => array(
+ "name" => "repo",
+ "title" => "Repository",
+ "label" => "Repo",
+ "source_table" => "upstream_repositories",
+ "query_pre" => "`ba_q`.`package_repository` IN (",
+ "query_in_pre" => "\"",
+ "query_in_post" => "\",",
+ "query_post" => "\"\")",
+ "values" => array()
+ ),
"failures" => array(
"name" => "failures",
"title" => "Fail Reasons",