Enable CG tagging in stg MBS.

This commit is contained in:
Ralph Bean 2017-10-06 16:18:47 +00:00
parent f2ba8005c4
commit d439fbef48

View file

@ -137,8 +137,13 @@ class ProdConfiguration(BaseConfiguration):
PDC_URL = 'https://pdc.stg.fedoraproject.org/rest_api/v1'
SCMURLS = ['git://pkgs.stg.fedoraproject.org/modules/',
'https://src.stg.fedoraproject.org/modules/']
# Blocked on https://pagure.io/releng/issue/6799
KOJI_ENABLE_CONTENT_GENERATOR = False
KOJI_ENABLE_CONTENT_GENERATOR = True
# See https://pagure.io/releng/issue/7012
BASE_MODULE_NAMES = set(['platform', 'bootstrap'])
KOJI_CG_BUILD_TAG_TEMPLATE = "{}-modular-updates-candidate"
KOJI_CG_DEFAULT_BUILD_TAG = "modular-updates-candidate"
{% else %}
KOJI_PROFILE = 'production'
KOJI_ARCHES = ['aarch64', 'armv7hl', 'i686', 'ppc64', 'ppc64le', 'x86_64', 's390x']
@ -151,6 +156,7 @@ class ProdConfiguration(BaseConfiguration):
KOJI_ENABLE_CONTENT_GENERATOR = True
{% endif %}
# This is a whitelist of prefixes of koji tags we're allowed to manipulate
KOJI_TAG_PREFIXES = [
# This is our standard prefix. All module tags should start with this.