Be explicit about these tags.

This commit is contained in:
Ralph Bean 2017-10-16 17:12:15 +00:00
parent 59dd5b8463
commit 4cf07e1f6c

View file

@ -138,12 +138,6 @@ class ProdConfiguration(BaseConfiguration):
SCMURLS = ['git://pkgs.stg.fedoraproject.org/modules/',
'https://src.stg.fedoraproject.org/modules/']
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']
@ -152,10 +146,15 @@ class ProdConfiguration(BaseConfiguration):
PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1'
SCMURLS = ['git://pkgs.fedoraproject.org/modules/',
'https://src.fedoraproject.org/modules/']
# Made possible by https://pagure.io/releng/issue/6799
KOJI_ENABLE_CONTENT_GENERATOR = True
{% endif %}
# Made possible by https://pagure.io/releng/issue/6799
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"
# This is a whitelist of prefixes of koji tags we're allowed to manipulate
KOJI_TAG_PREFIXES = [