Disable MBS CG interface until koji is ready.
This commit is contained in:
parent
9ead5a41ae
commit
0a1004b1eb
1 changed files with 4 additions and 0 deletions
|
@ -125,6 +125,8 @@ class ProdConfiguration(BaseConfiguration):
|
||||||
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/"]
|
||||||
|
# Blocked on https://pagure.io/releng/issue/6799
|
||||||
|
KOJI_ENABLE_CONTENT_GENERATOR = False
|
||||||
{% else %}
|
{% else %}
|
||||||
KOJI_PROFILE = 'production'
|
KOJI_PROFILE = 'production'
|
||||||
KOJI_ARCHES = ['aarch64', 'armv7hl', 'i686', 'ppc64', 'ppc64le', 'x86_64']
|
KOJI_ARCHES = ['aarch64', 'armv7hl', 'i686', 'ppc64', 'ppc64le', 'x86_64']
|
||||||
|
@ -132,6 +134,8 @@ class ProdConfiguration(BaseConfiguration):
|
||||||
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/"]
|
||||||
|
# Blocked on https://pagure.io/releng/issue/6799
|
||||||
|
KOJI_ENABLE_CONTENT_GENERATOR = False
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# This is a whitelist of prefixes of koji tags we're allowed to manipulate
|
# This is a whitelist of prefixes of koji tags we're allowed to manipulate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue