Add https git URL to the SCMURLS config option in MBS to be more user-friendly
Signed-off-by: mprahl <mprahl@redhat.com>
This commit is contained in:
parent
3375f6279e
commit
197c0cb1ac
1 changed files with 4 additions and 2 deletions
|
@ -135,7 +135,8 @@ class ProdConfiguration(BaseConfiguration):
|
||||||
KOJI_REPOSITORY_URL = 'http://kojipkgs.stg.fedoraproject.org/repos'
|
KOJI_REPOSITORY_URL = 'http://kojipkgs.stg.fedoraproject.org/repos'
|
||||||
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.stg']
|
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.stg']
|
||||||
PDC_URL = 'https://pdc.stg.fedoraproject.org/rest_api/v1'
|
PDC_URL = 'https://pdc.stg.fedoraproject.org/rest_api/v1'
|
||||||
SCMURLS = ["git://pkgs.stg.fedoraproject.org/modules/"]
|
SCMURLS = ['git://pkgs.stg.fedoraproject.org/modules/',
|
||||||
|
'https://src.stg.fedoraproject.org/modules/']
|
||||||
# Blocked on https://pagure.io/releng/issue/6799
|
# Blocked on https://pagure.io/releng/issue/6799
|
||||||
KOJI_ENABLE_CONTENT_GENERATOR = False
|
KOJI_ENABLE_CONTENT_GENERATOR = False
|
||||||
{% else %}
|
{% else %}
|
||||||
|
@ -144,7 +145,8 @@ class ProdConfiguration(BaseConfiguration):
|
||||||
KOJI_REPOSITORY_URL = 'http://kojipkgs.fedoraproject.org/repos'
|
KOJI_REPOSITORY_URL = 'http://kojipkgs.fedoraproject.org/repos'
|
||||||
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.prod']
|
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.prod']
|
||||||
PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1'
|
PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1'
|
||||||
SCMURLS = ["git://pkgs.fedoraproject.org/modules/"]
|
SCMURLS = ['git://pkgs.fedoraproject.org/modules/',
|
||||||
|
'https://src.fedoraproject.org/modules/']
|
||||||
# Made possible by https://pagure.io/releng/issue/6799
|
# Made possible by https://pagure.io/releng/issue/6799
|
||||||
KOJI_ENABLE_CONTENT_GENERATOR = True
|
KOJI_ENABLE_CONTENT_GENERATOR = True
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue