Commit e52802e1 authored by Romain Courteaud's avatar Romain Courteaud

Fail if cookbook is not installed from local repo.

parent 2251472c
......@@ -25,6 +25,7 @@ parts =
subversion
zip
git
checkrecipe
# Separate from site eggs
allowed-eggs-from-site-packages =
......@@ -46,6 +47,12 @@ allow-hosts =
develop =
${:parts-directory}/slapos.cookbook-repository
[checkrecipe]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = grep parts ${buildout:develop-eggs-directory}/slapos.cookbook.egg-link
[slapos.cookbook-repository]
recipe = plone.recipe.command
stop-on-error = true
......
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