From 8ec8a01006293024d4dc4651b357543dba4a3f19 Mon Sep 17 00:00:00 2001 From: Hunor Csomortáni Date: Nov 13 2018 14:10:32 +0000 Subject: 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 --- diff --git a/openshift/mbs-test-template.yaml b/openshift/mbs-test-template.yaml index 4310ab6..2461e34 100644 --- a/openshift/mbs-test-template.yaml +++ b/openshift/mbs-test-template.yaml @@ -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 = ''