Commit 9847c6e6 authored by Łukasz Nowak's avatar Łukasz Nowak

Check that recipe is really available.

parent 6a402348
...@@ -12,6 +12,7 @@ parts += ...@@ -12,6 +12,7 @@ parts +=
products-upgrade products-upgrade
bt5-bef bt5-bef
bt5-repository bt5-repository
checkrecipe
[eggs] [eggs]
# Just so buildout executes [bef_erp5-recipe] before [eggs], as # Just so buildout executes [bef_erp5-recipe] before [eggs], as
...@@ -34,6 +35,12 @@ extra-paths += ...@@ -34,6 +35,12 @@ extra-paths +=
url = ${:_profile_base_location_}/instance.cfg url = ${:_profile_base_location_}/instance.cfg
md5sum = 9487896be21080323462a5f289db6c5e md5sum = 9487896be21080323462a5f289db6c5e
[checkrecipe]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = grep parts ${buildout:develop-eggs-directory}/slapos.cookbook.egg-link
[instance-recipe] [instance-recipe]
egg = slapos.cookbook egg = slapos.cookbook
module = bef_erp5 module = bef_erp5
......
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