config cleanups

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2016-01-12 13:33:21 -06:00
parent 6d486bebe4
commit ba006ab470

View File

@ -222,7 +222,7 @@ createiso_skip = [
image_name_format = "%(release_short)s-%(variant)s-%(disc_type)s-%(arch)s-%(version)s-%(date)s%(type_suffix)s.%(respin)s.iso" image_name_format = "%(release_short)s-%(variant)s-%(disc_type)s-%(arch)s-%(version)s-%(date)s%(type_suffix)s.%(respin)s.iso"
# # Use the same format for volume id # # Use the same format for volume id
image_volid_formats = [ image_volid_formats = [
"%(release_short)s-%(variant)s-%(disc_type)s-%(arch)s-%(version)s-%(date)s%(type_suffix)s.%(respin)s" "%(release_short)s-%(variant)s-%(disc_type)s-%(arch)s-%(version)s"
] ]
# No special handling for layered products, use same format as for regular images # No special handling for layered products, use same format as for regular images
image_volid_layered_product_formats = [] image_volid_layered_product_formats = []
@ -249,7 +249,7 @@ translate_paths = [
] ]
image_build = [ image_build = {
'^Cloud$': [ '^Cloud$': [
{ {
'format': [('docker', 'tar.xz')] 'format': [('docker', 'tar.xz')]
@ -275,7 +275,7 @@ image_build = [
'arches': ['x86_64', 'i386'] 'arches': ['x86_64', 'i386']
} }
], ],
] }
failable_deliverables = [ failable_deliverables = [
('^.*$', { ('^.*$', {