Filter perl*bootstrap:* and rpm* modules
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
54ff2d749d
commit
ca8bc3f0bf
1 changed files with 9 additions and 0 deletions
|
@ -105,4 +105,13 @@ createiso_skip = [
|
||||||
'src': True
|
'src': True
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
filter_modules = [
|
||||||
|
('(Everything)$', {
|
||||||
|
'*': [
|
||||||
|
'perl*bootstrap:*',
|
||||||
|
]
|
||||||
|
}),
|
||||||
|
]
|
||||||
|
|
||||||
koji_profile = 'bodhi_koji'
|
koji_profile = 'bodhi_koji'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue