Commit 57b132cc authored by Łukasz Nowak's avatar Łukasz Nowak

Basic way to assuer that correct codewill be used.

parent a10ca03a
...@@ -18,11 +18,18 @@ parts = ...@@ -18,11 +18,18 @@ parts =
subversion subversion
git git
zip zip
checkrecipe
find-links += find-links +=
http://www.nexedi.org/static/packages/source/slapos.buildout/ http://www.nexedi.org/static/packages/source/slapos.buildout/
http://www.nexedi.org/static/packages/source/ http://www.nexedi.org/static/packages/source/
[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] [slapos.cookbook]
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