convert all " to ' for consistency

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2016-03-11 20:13:35 -06:00
parent a01536be68
commit 4e71b8a8b3

View File

@ -12,7 +12,7 @@ comps_file = 'comps-rawhide.xml' #{
# 'branch': None, # defaults to cvs/HEAD or git/master
# 'file': 'comps-f23.xml',
#}
keep_original_comps = ["Everything"]
keep_original_comps = ['Everything']
variants_file='variants-fedora.xml'
sigkeys = ['81B46521', '030D5AED', None] # None = unsigned
@ -523,7 +523,7 @@ live_images = [
'ksurl': 'git://git.fedorahosted.org/git/spin-kickstarts.git?#HEAD',
'release': None,
'repo_from': 'Everything'.
"type": "appliance",
'type': 'appliance',
'subvariant': 'Mate'
},
{
@ -553,7 +553,7 @@ live_images = [
'ksurl': 'git://git.fedorahosted.org/git/spin-kickstarts.git?#HEAD',
'release': None,
'repo_from': 'Everything',
'type': "appliance",
'type': 'appliance',
'subvariant': 'Xfce'
},]
}),