index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | buildmaster/build-list.php | 11 |
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", |