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