From ebc29977ef1b4c2c191cc773c04ba122ce262ee5 Mon Sep 17 00:00:00 2001 From: clime Date: Wed, 8 Nov 2017 13:00:14 +0100 Subject: [PATCH] copr-mbs: set allow_custom_scmurls to True --- roles/copr/mbs/templates/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/copr/mbs/templates/config.py b/roles/copr/mbs/templates/config.py index db2a706126..79e7053445 100644 --- a/roles/copr/mbs/templates/config.py +++ b/roles/copr/mbs/templates/config.py @@ -47,6 +47,7 @@ class ProdConfiguration(base.ProdConfiguration): # When MBS frontend runs on same machine as scheduler, # it is fine to set this to localhost SERVER_NAME = 'localhost' + ALLOW_CUSTOM_SCMURLS = True class DevConfiguration(base.DevConfiguration):