Commit 05279e5d authored by Jérome Perrin's avatar Jérome Perrin

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

parent 02b3d126
...@@ -14,6 +14,8 @@ extends = ...@@ -14,6 +14,8 @@ extends =
../../stack/monitor/buildout.cfg ../../stack/monitor/buildout.cfg
parts = parts =
slapos-cookbook-develop
erp5.util-develop
slapos-cookbook slapos-cookbook
template template
lxml-python lxml-python
...@@ -22,6 +24,21 @@ parts = ...@@ -22,6 +24,21 @@ parts =
git git
apache 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] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
...@@ -61,6 +78,8 @@ output = ${buildout:directory}/template-default.cfg ...@@ -61,6 +78,8 @@ output = ${buildout:directory}/template-default.cfg
mode = 0644 mode = 0644
[versions] [versions]
erp5.util =
slapos.cookbook =
slapos.recipe.template = 4.3 slapos.recipe.template = 4.3
dnspython = 1.15.0 dnspython = 1.15.0
PyXML = 0.8.5 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