From 76e5845632dad7149c67ce9779cc844d9df7e16f Mon Sep 17 00:00:00 2001 From: Hunor Csomortáni Date: Nov 12 2018 16:56:16 +0000 Subject: Indicate 'git' in default repository URLs Without this, Koji will not treat them as SCM URLs. Signed-off-by: Hunor Csomortáni --- diff --git a/openshift/mbs-test-template.yaml b/openshift/mbs-test-template.yaml index 01626f5..63407f9 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.