summaryrefslogtreecommitdiffstats
path: root/conf.php
diff options
context:
space:
mode:
authorOlivier Blin <dev@blino.org>2015-11-03 01:26:37 +0100
committerOlivier Blin <dev@blino.org>2015-11-03 01:26:37 +0100
commit9caf90a890c629806129e430625932298fe6a31c (patch)
tree5b302978512f6c544833ff8279e58d6268025595 /conf.php
parent4a1c9e8942841ce2f635afca4ea76ac80aaf504f (diff)
downloadpkgsubmit-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 'conf.php')
-rw-r--r--conf.php2
1 files changed, 2 insertions, 0 deletions
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');