Enable CG in MBS again.
This commit is contained in:
parent
9d7a327aac
commit
9230b9fc80
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ class ProdConfiguration(BaseConfiguration):
|
|||
PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1'
|
||||
SCMURLS = ["git://pkgs.fedoraproject.org/modules/"]
|
||||
# Made possible by https://pagure.io/releng/issue/6799
|
||||
KOJI_ENABLE_CONTENT_GENERATOR = False
|
||||
KOJI_ENABLE_CONTENT_GENERATOR = True
|
||||
{% endif %}
|
||||
|
||||
# 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