From 76e5845632dad7149c67ce9779cc844d9df7e16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hunor=20Csomort=C3=A1ni?= Date: Thu, 8 Nov 2018 17:11:37 +0100 Subject: [PATCH] Indicate 'git' in default repository URLs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without this, Koji will not treat them as SCM URLs. Signed-off-by: Hunor Csomortáni --- openshift/mbs-test-template.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/openshift/mbs-test-template.yaml b/openshift/mbs-test-template.yaml index 01626f5c..63407f99 100644 --- a/openshift/mbs-test-template.yaml +++ b/openshift/mbs-test-template.yaml @@ -156,11 +156,9 @@ objects: # and be in the build state at a time. Set this to 0 for no restrictions NUM_CONCURRENT_BUILDS = 2 - RPMS_DEFAULT_REPOSITORY = '' + RPMS_DEFAULT_REPOSITORY = 'git+https://src.fedoraproject.org/rpms/' RPMS_ALLOW_REPOSITORY = False - RPMS_DEFAULT_CACHE = '' - RPMS_ALLOW_CACHE = False - MODULES_DEFAULT_REPOSITORY = '' + MODULES_DEFAULT_REPOSITORY = 'git+https://src.fedoraproject.org/modules/' MODULES_ALLOW_REPOSITORY = False # Our per-build logs for the Koji content generator go here. @@ -570,11 +568,9 @@ objects: # and be in the build state at a time. Set this to 0 for no restrictions NUM_CONCURRENT_BUILDS = 2 - RPMS_DEFAULT_REPOSITORY = '' + RPMS_DEFAULT_REPOSITORY = 'git+https://src.fedoraproject.org/rpms/' RPMS_ALLOW_REPOSITORY = False - RPMS_DEFAULT_CACHE = '' - RPMS_ALLOW_CACHE = False - MODULES_DEFAULT_REPOSITORY = '' + MODULES_DEFAULT_REPOSITORY = 'git+https://src.fedoraproject.org/modules/' MODULES_ALLOW_REPOSITORY = False # Our per-build logs for the Koji content generator go here.