Commit 7e139ab3 authored by Romain Courteaud's avatar Romain Courteaud Committed by Rafael Monnerat

Do not install libslap from HEAD.

It prevents test node to correctly works, due to incompatible change introduced
in 428e9dad. slapproxy usage is currently
broken.
parent 7bfe22b2
......@@ -9,7 +9,7 @@ versions = versions
develop =
${:parts-directory}/slapos.cookbook-repository
${:parts-directory}/cloudooo-repository
${:parts-directory}/vifib
# ${:parts-directory}/vifib
parts +=
# Local development
......@@ -41,7 +41,7 @@ update-command = cd "${:location}" && "${git:location}/bin/git" fetch --quiet &&
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = grep parts ${buildout:develop-eggs-directory}/slapos.core.egg-link
command = grep -v parts ${buildout:develop-eggs-directory}/slapos.core.egg-link
[check-recipe]
recipe = plone.recipe.command
......
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