diff options
author | Olivier Blin <dev@blino.org> | 2015-11-03 01:26:37 +0100 |
---|---|---|
committer | Olivier Blin <dev@blino.org> | 2015-11-03 01:26:37 +0100 |
commit | 9caf90a890c629806129e430625932298fe6a31c (patch) | |
tree | 5b302978512f6c544833ff8279e58d6268025595 /lib.php | |
parent | 4a1c9e8942841ce2f635afca4ea76ac80aaf504f (diff) | |
download | pkgsubmit-9caf90a890c629806129e430625932298fe6a31c.tar pkgsubmit-9caf90a890c629806129e430625932298fe6a31c.tar.gz pkgsubmit-9caf90a890c629806129e430625932298fe6a31c.tar.bz2 pkgsubmit-9caf90a890c629806129e430625932298fe6a31c.tar.xz pkgsubmit-9caf90a890c629806129e430625932298fe6a31c.zip |
Declare mandatory arches in conf.php and pass to get_refined_packages_list
Diffstat (limited to 'lib.php')
-rw-r--r-- | lib.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |