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 --- conf.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf.php') diff --git a/conf.php b/conf.php index 856b192..043e859 100644 --- a/conf.php +++ b/conf.php @@ -52,3 +52,5 @@ $etc_conf = '/etc/bs-webstatus.conf'; if (is_file($etc_conf)) { require $etc_conf; } + +$mandatory_arches = array('i586', 'x86_64'); -- cgit v1.2.1