Commit cb5e3573 authored by Antoine Catton's avatar Antoine Catton

Use part name for install.cfg in software type recipe

parent 1e7a8842
......@@ -96,7 +96,7 @@ class Recipe:
with open(instance_file_path) as instance_path:
buildout.readfp(instance_path)
buildout.set('buildout', 'installed', '.installed2.cfg')
buildout.set('buildout', 'installed', '.installed-%s.cfg' % self.name)
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