From 8ec8a01006293024d4dc4651b357543dba4a3f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hunor=20Csomort=C3=A1ni?= Date: Tue, 13 Nov 2018 12:42:21 +0100 Subject: [PATCH] Rename 'koji_arches' to 'arches' in OpenShift config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 'koji_arches' was renamed to 'arches' in a previous commit. Update the configuration in the OpenShift template accordingly. Signed-off-by: Hunor Csomortáni --- openshift/mbs-test-template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openshift/mbs-test-template.yaml b/openshift/mbs-test-template.yaml index 4310ab6b..2461e347 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 = ''