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 --- lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib.php') diff --git a/lib.php b/lib.php index 16749c5..403b6c9 100644 --- a/lib.php +++ b/lib.php @@ -53,7 +53,7 @@ function get_submitted_packages($upload_dir, $max_modified) * * @return array() */ -function get_refined_packages_list($list_of_files, $package = null, $user = null) +function get_refined_packages_list($list_of_files, $package = null, $user = null, $mandatory_arches = null) { $pkgs = array(); $hosts = array(); -- cgit v1.2.1