Add git+https as an acceptable SMCM URL prefix in MBS
This commit is contained in:
parent
998fd306e5
commit
50da23f384
1 changed files with 2 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue