Widen the perl module filter to exclude all the perl bootstrap modules.
See https://pagure.io/releng/issue/8616 for more info Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
be86049af8
commit
92c8817161
@ -184,7 +184,7 @@ filter_packages = [
|
||||
filter_modules = [
|
||||
('(Modular)$', {
|
||||
'*': [
|
||||
'perl-bootstrap:*',
|
||||
'perl*bootstrap:*',
|
||||
'rpm:*',
|
||||
]
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user