mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-05-12 10:57:58 +08:00
Optionally, block building modules with EOL streams.
Requested by @mboddu in: - https://pagure.io/fm-orchestrator/issue/960 - https://pagure.io/modularity/issue/102
This commit is contained in:
@@ -32,6 +32,7 @@ class BaseConfiguration(object):
|
||||
KOJI_REPOSITORY_URL = 'https://kojipkgs.fedoraproject.org/repos'
|
||||
KOJI_TAG_PREFIXES = ['module']
|
||||
KOJI_ENABLE_CONTENT_GENERATOR = True
|
||||
PDC_CHECK_FOR_EOL = False
|
||||
PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1'
|
||||
PDC_INSECURE = False
|
||||
PDC_DEVELOP = True
|
||||
|
||||
Reference in New Issue
Block a user