Commit e7f1d18b authored by Romain Courteaud's avatar Romain Courteaud Committed by Rafael Monnerat

Fix non existence test

parent 7e139ab3
......@@ -9,7 +9,6 @@ versions = versions
develop =
${:parts-directory}/slapos.cookbook-repository
${:parts-directory}/cloudooo-repository
# ${:parts-directory}/vifib
parts +=
# Local development
......@@ -41,7 +40,7 @@ update-command = cd "${:location}" && "${git:location}/bin/git" fetch --quiet &&
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = grep -v parts ${buildout:develop-eggs-directory}/slapos.core.egg-link
command = test ! -e ${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