Commit f16cd404 authored by Łukasz Nowak's avatar Łukasz Nowak

Develop locally slapos.core.

It is useful to have synchronised version of slapos tools in Vifib instance.

Also add python interpreter in order to have direct access to such developed
library.
parent 2a74bf5d
......@@ -4,9 +4,22 @@ extends =
parts +=
vifib
check-slapos.core
develop =
${:parts-directory}/vifib
[check-slapos.core]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = grep parts ${buildout:develop-eggs-directory}/slapos.core.egg-link
[eggs]
dummy =
${vifib:location}
eggs += slapos.core
interpreter = python
[instance-recipe]
module = vifib
......
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