Revert "Fix non existence test"

This reverts commit a1b96b19.
parent a1b96b19
......@@ -9,6 +9,7 @@ versions = versions
develop =
${:parts-directory}/slapos.cookbook-repository
${:parts-directory}/cloudooo-repository
# ${:parts-directory}/vifib
parts +=
# Local development
......@@ -40,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 = test ! -e ${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