7 ../../stack/shacache-client.cfg
8 ../../component/dropbear/buildout.cfg
9 ../../component/git/buildout.cfg
12 ${:parts-directory}/slapos.cookboox
13 # /home/alain/nexedi/slapos.toolbox
24 http://www.nexedi.org/static/packages/source/slapos.buildout/
33 recipe = zc.recipe.egg
35 eggs = ${instance-recipe:egg}
38 recipe = slapos.recipe.template
39 url = ${:_profile_base_location_}/instance.cfg
40 output = ${buildout:directory}/template.cfg
42 md5sum = cd69efd5c3a7e9adca7387b9a401590a
45 # use official egg from pypi when it is released
46 recipe = plone.recipe.command
48 commit = ce891b5070073d4dac9e21b089b8e662c7a9e0bd
49 repository = http://git.erp5.org/repos/slapos.git
50 location = ${buildout:parts-directory}/${:_buildout_section_name_}
51 git-binary = ${git:location}/bin/git
52 command = export GIT_SSL_NO_VERIFY=true; (${:git-binary} clone --quiet ${:repository} ${:location} && cd ${:location} && ${:git-binary} reset --hard ${:commit}) || (rm -fr ${:location}; exit 1)
56 recipe = plone.recipe.command
58 update-command = ${:command}
59 command = grep parts ${buildout:develop-eggs-directory}/slapos.cookbook.egg-link
60 depends = ${instance-recipe:egg}
64 slapos.libnetworkcache
69 # Use SlapOS patched zc.buildout
70 zc.buildout = 1.6.0-dev-SlapOS-003
72 # Pinned to old version (2.4 does not compile well everywhere)