Commit ef3ba5bf authored by Jérome Perrin's avatar Jérome Perrin

DREAM: develop slapos.cookbook for dream

parent b3906f33
...@@ -4,6 +4,7 @@ extends = ...@@ -4,6 +4,7 @@ extends =
../../stack/slapos.cfg ../../stack/slapos.cfg
../../component/manpy/buildout.cfg ../../component/manpy/buildout.cfg
parts = parts =
slapos-cookbook-develop
slapos-cookbook slapos-cookbook
manpy manpy
instance instance
...@@ -13,6 +14,9 @@ recipe = slapos.recipe.template ...@@ -13,6 +14,9 @@ recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg url = ${:_profile_base_location_}/instance.cfg
output = ${buildout:directory}/instance.cfg output = ${buildout:directory}/instance.cfg
[slapos.cookbook-repository]
branch = dream
[versions] [versions]
rpy2 = 2.4.0 rpy2 = 2.4.0
pydot = 1.0.28 pydot = 1.0.28
...@@ -31,3 +35,5 @@ slapos.recipe.template = 2.6 ...@@ -31,3 +35,5 @@ slapos.recipe.template = 2.6
zope.exceptions = 4.0.7 zope.exceptions = 4.0.7
zope.testing = 4.1.3 zope.testing = 4.1.3
# test
slapos.cookbook =
...@@ -40,6 +40,7 @@ recipe = slapos.recipe.build:gitclone ...@@ -40,6 +40,7 @@ recipe = slapos.recipe.build:gitclone
repository = http://git.erp5.org/repos/slapos.core.git repository = http://git.erp5.org/repos/slapos.core.git
branch = master branch = master
git-executable = ${git:location}/bin/git git-executable = ${git:location}/bin/git
develop = true
[slapos-core-develop] [slapos-core-develop]
recipe = zc.recipe.egg:develop recipe = zc.recipe.egg:develop
......
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