mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 03:38:12 +08:00
Rename 'koji_arches' to 'arches' in OpenShift config
'koji_arches' was renamed to 'arches' in a previous commit. Update the configuration in the OpenShift template accordingly. Signed-off-by: Hunor Csomortáni <csomh@redhat.com>
This commit is contained in:
@@ -115,7 +115,7 @@ objects:
|
||||
MESSAGING_TOPIC_PREFIX = ['/queue/Consumer.mbs.queue.VirtualTopic.eng']
|
||||
KOJI_CONFIG = '/etc/module-build-service/koji.conf'
|
||||
KOJI_PROFILE = 'test'
|
||||
KOJI_ARCHES = ['x86_64']
|
||||
ARCHES = ['x86_64']
|
||||
KOJI_PROXYUSER = False
|
||||
KOJI_REPOSITORY_URL = ''
|
||||
PDC_URL = ''
|
||||
@@ -527,7 +527,7 @@ objects:
|
||||
MESSAGING_TOPIC_PREFIX = ['/queue/Consumer.mbs.queue.VirtualTopic.eng']
|
||||
KOJI_CONFIG = '/etc/module-build-service/koji.conf'
|
||||
KOJI_PROFILE = 'test'
|
||||
KOJI_ARCHES = ['x86_64']
|
||||
ARCHES = ['x86_64']
|
||||
KOJI_PROXYUSER = False
|
||||
KOJI_REPOSITORY_URL = ''
|
||||
PDC_URL = ''
|
||||
|
||||
Reference in New Issue
Block a user