createiso: Add createiso_skip options to skip createiso on any variant/arch.

This commit is contained in:
Daniel Mach 2015-07-23 10:58:35 -04:00
parent b85307c683
commit 1f313b39ad
3 changed files with 50 additions and 1 deletions

View file

@ -96,3 +96,12 @@ multilib_whitelist = {
# BUILDINSTALL
bootable = False
# CREATEISO
createiso_skip = [
('^Server-Gluster$', {
'*': True,
'src': True
}),
]