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

Install slapos.cookbook in python2.6

It allows to fetch all required depdendencies.
parent 724b5ae0
...@@ -12,6 +12,7 @@ parts += ...@@ -12,6 +12,7 @@ parts +=
# Local development # Local development
slapos.cookbook-repository slapos.cookbook-repository
check-recipe check-recipe
slapos.cookbook-python2.6
# Create instance template # Create instance template
template template
validator validator
...@@ -35,6 +36,12 @@ stop-on-error = true ...@@ -35,6 +36,12 @@ stop-on-error = true
update-command = ${:command} update-command = ${:command}
command = grep parts ${buildout:develop-eggs-directory}/slapos.cookbook.egg-link command = grep parts ${buildout:develop-eggs-directory}/slapos.cookbook.egg-link
[slapos.cookbook-python2.6]
recipe = zc.recipe.egg
eggs = slapos.cookbook
scripts =
python = python2.6
[template-mariadb] [template-mariadb]
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-mariadb.cfg url = ${:_profile_base_location_}/instance-mariadb.cfg
......
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