Commit 53b2f143 authored by Benjamin Blanc's avatar Benjamin Blanc

Use dev egg for util.tetnode

parent b62d4408
......@@ -17,6 +17,7 @@ extends =
# Local development
develop =
${:parts-directory}/slapos.cookbook-repository
${:parts-directory}/testnode
parts =
# Local development
slapos-cookbook
......@@ -44,6 +45,18 @@ stop-on-error = true
update-command = ${:command}
command = grep parts ${buildout:develop-eggs-directory}/slapos.cookbook.egg-link
[scalability_testnode]
#The plone.recipe.command buildout recipe allows you to run a command when a buildout part is installed or updated
recipe = plone.recipe.command
stop-on-error = true
location = ${buildout:parts-directory}/testnode
branch = scalability-master2
repository = http://git.erp5.org/repos/erp5.git
command = ${git:location}/bin/git clone --branch ${:branch} ${:repository} ${:location}
update-command = cd "${:location}" && "${git:location}/bin/git" fetch && "${git:location}/bin/git" reset --hard @{upstream}
[eggs]
recipe = zc.recipe.egg
eggs =
......
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