Add git+https as an acceptable SMCM URL prefix in MBS

This commit is contained in:
mprahl
2017-11-22 19:30:43 +00:00
parent 998fd306e5
commit 50da23f384

View File

@@ -138,6 +138,7 @@ class ProdConfiguration(BaseConfiguration):
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.stg']
PDC_URL = 'https://pdc.stg.fedoraproject.org/rest_api/v1'
SCMURLS = ['git://pkgs.stg.fedoraproject.org/modules/',
'git+https://src.stg.fedoraproject.org/modules/',
'https://src.stg.fedoraproject.org/modules/',
'https://src.stg.fedoraproject.org/git/modules/']
@@ -148,6 +149,7 @@ class ProdConfiguration(BaseConfiguration):
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.prod']
PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1'
SCMURLS = ['git://pkgs.fedoraproject.org/modules/',
'git+https://src.fedoraproject.org/modules/',
'https://src.fedoraproject.org/modules/',
'https://src.fedoraproject.org/git/modules/']
{% endif %}