attempt to make just the dvds we want
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
a834322ac1
commit
1dd1374851
21
fedora.conf
21
fedora.conf
@ -180,6 +180,27 @@ multilib_blacklist = {
|
||||
multilib_whitelist = {
|
||||
}
|
||||
|
||||
createiso_skip = [
|
||||
('^Workstation$', {
|
||||
'*': True,
|
||||
'src': True
|
||||
}),
|
||||
|
||||
('^Server$', {
|
||||
'src': True
|
||||
}),
|
||||
|
||||
('^Cloud$', {
|
||||
'*': True,
|
||||
'src': True
|
||||
}),
|
||||
|
||||
('^Everything$', {
|
||||
'*': True,
|
||||
'src': True
|
||||
}),
|
||||
|
||||
]
|
||||
|
||||
# fomat: [(variant_uid_regex, {arch|*: [scm_dicts]})]
|
||||
#extra_files = [
|
||||
|
Loading…
Reference in New Issue
Block a user