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

testnode: WIP use development branch for slapos.cookbook and erp5.util

parent 38dcd317
......@@ -14,6 +14,8 @@ extends =
../../stack/monitor/buildout.cfg
parts =
slapos-cookbook-develop
erp5.util-develop
slapos-cookbook
template
lxml-python
......@@ -22,6 +24,21 @@ parts =
git
apache
[erp5.util-develop]
recipe = zc.recipe.egg:develop
setup = ${erp5.util-repository:location}
[erp5.util-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/jerome/erp5.git
branch = feat/testnode_shared_part
git-executable = ${git:location}/bin/git
[slapos.cookbook-repository]
repository = https://lab.nexedi.com/jerome/slapos.git
branch = feat/testnode_shared_part
[eggs]
recipe = zc.recipe.egg
eggs =
......@@ -61,6 +78,8 @@ output = ${buildout:directory}/template-default.cfg
mode = 0644
[versions]
erp5.util =
slapos.cookbook =
slapos.recipe.template = 4.3
dnspython = 1.15.0
PyXML = 0.8.5
......
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