convert all " to ' for consistency
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
a01536be68
commit
4e71b8a8b3
@ -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'
|
||||
},]
|
||||
}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user