From 68bc469bfae886f8e548f6e73f792ba21923ad7a Mon Sep 17 00:00:00 2001 From: Lubos Kocman Date: Fri, 12 Aug 2016 16:32:53 +0200 Subject: [PATCH] Add remaining koji.stg arches to default config.py Signed-off-by: Lubos Kocman --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index bc96de29..72d4eb46 100644 --- a/config.py +++ b/config.py @@ -15,7 +15,7 @@ class BaseConfiguration(object): MESSAGING = 'fedmsg' KOJI_CONFIG = '/etc/rida/koji.conf' KOJI_PROFILE = 'koji' - KOJI_ARCHES = ['x86_64'] + KOJI_ARCHES = ['i686', 'armv7hl', 'x86_64'] PDC_URL = 'http://modularity.fedorainfracloud.org:8080/rest_api/v1' PDC_INSECURE = True PDC_DEVELOP = True