Disable MBS from generating "-devel" modules
This commit is contained in:
parent
7e440777a9
commit
23c8226576
1 changed files with 3 additions and 0 deletions
|
@ -204,3 +204,6 @@ class ProdConfiguration(BaseConfiguration):
|
|||
# we decided to hold on to this and ask the maintainers to create a
|
||||
# releng ticket to retire their modules.
|
||||
CHECK_FOR_EOL = False
|
||||
|
||||
# Koji Content Generator "-devel" modules aren't used in Fedora, so we can just disable them
|
||||
KOJI_CG_DEVEL_MODULE = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue