allow any SCM URLs for local builds

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko
2017-10-04 11:28:25 +02:00
parent e44f93178d
commit 6f408111ac

View File

@@ -168,3 +168,5 @@ class LocalBuildConfiguration(BaseConfiguration):
ARCH_AUTODETECT = True
ARCH_FALLBACK = 'x86_64'
ALLOW_CUSTOM_SCMURLS = True