Commit 8e7f9f47 authored by Romain Courteaud's avatar Romain Courteaud 🐸

Do not install libslap from HEAD.

It prevents test node to correctly works, due to incompatible change introduced
in 428e9dad72e79ae8c396f6b50cd0b3f13b0f202d. slapproxy usage is currently
broken.
parent 09523ec4
......@@ -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