createiso: Add createiso_skip options to skip createiso on any variant/arch.
This commit is contained in:
parent
b85307c683
commit
1f313b39ad
3 changed files with 50 additions and 1 deletions
|
|
@ -96,3 +96,12 @@ multilib_whitelist = {
|
|||
|
||||
# BUILDINSTALL
|
||||
bootable = False
|
||||
|
||||
|
||||
# CREATEISO
|
||||
createiso_skip = [
|
||||
('^Server-Gluster$', {
|
||||
'*': True,
|
||||
'src': True
|
||||
}),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue