Commit 166bba4f authored by Jérome Perrin's avatar Jérome Perrin Committed by Kazuhiko Shiozaki

Cloudooo: simplify develop eggs

parent c67c8bc9
......@@ -2,38 +2,14 @@
extends =
../../stack/cloudooo.cfg
versions = versions
# Local development
develop =
${:parts-directory}/slapos.cookbook-repository
${:parts-directory}/cloudooo-repository
parts +=
# Local development
slapos.cookbook-repository
check-recipe
# Create instance template
template
cloudooo-develop
slapos-cookbook-develop
slapos-cookbook
# XXX: Workaround of SlapOS limitation
# Unzippig of eggs is required, as SlapOS do not yet provide nicely working
# development / fast switching environment for whole software
unzip = true
# Local development
[slapos.cookbook-repository]
recipe = slapos.recipe.build:gitclone
repository = http://git.erp5.org/repos/slapos.git
branch = master
git-executable = ${git:location}/bin/git
[check-recipe]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command = grep parts ${buildout:develop-eggs-directory}/slapos.cookbook.egg-link
# Create instance template
template
[slap-parameters]
recipe = slapos.cookbook:slapconfiguration
......
......@@ -68,9 +68,6 @@ parts =
haproxy
cloudooo
# Local development
develop +=
${:parts-directory}/cloudooo
[versions]
Paste = 1.7.5.1
......
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