From 9caf90a890c629806129e430625932298fe6a31c Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 3 Nov 2015 01:26:37 +0100 Subject: Declare mandatory arches in conf.php and pass to get_refined_packages_list --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 9846951..4e42dd3 100644 --- a/index.php +++ b/index.php @@ -50,7 +50,8 @@ $matches = get_submitted_packages($upload_dir, $max_modified); list($pkgs, $hosts, $build_count, $build_dates, $buildtime_total) = get_refined_packages_list( $matches, isset($_GET['package']) ? $_GET['package'] : null, - isset($_GET['user']) ? $_GET['user'] : null + isset($_GET['user']) ? $_GET['user'] : null, + $mandatory_arches ); list($stats, $users, $total, $pkgs) = build_stats($pkgs); -- cgit v1.2.1