Commit 8a962ea3 authored by Antoine Catton's avatar Antoine Catton

Bugfix: softwaretype recipe now support software_type switching

parent dd93f3f9
......@@ -95,8 +95,7 @@ class Recipe:
with open(instance_file_path) as instance_path:
buildout.readfp(instance_path)
buildout.set('buildout', 'installed',
'.installed-%s.cfg' % software_type)
buildout.set('buildout', 'installed', '.installed2.cfg')
buildout.add_section('slap-parameter')
for parameter, value in self.parameter_dict.items():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment