mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 03:38:12 +08:00
Add remaining koji.stg arches to default config.py
Signed-off-by: Lubos Kocman <lkocman@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user