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

develop slapos.cookbook in erp5

parent 52476645
......@@ -58,6 +58,7 @@ extends =
parts =
erp5-util-develop
slapos-cookbook-develop
slapos-cookbook
rdiff-backup
aspell
......@@ -527,6 +528,9 @@ setup = ${erp5:location}
branch =
revision = f67af2797f74d4212f7221978645552353f341c8
[slapos.cookbook-repository]
branch = erp5
[slapos-toolbox]
recipe = zc.recipe.egg
eggs =
......
......@@ -6,6 +6,8 @@ python = python2.7
# Developers need to add explicitely this part in their software profile
# parts = slapos-cookbook
# Note that if you want a develop version of slapos-cookbook from a git
# checkout, you must add both slapos-cookbook-develop and slapos-cookbook in parts
# Explicitly disable download-cache
download-cache =
......@@ -63,9 +65,19 @@ versions = versions
# Define networkcache with shacache.org
networkcache-section = networkcache
[slapos.cookbook-repository]
recipe = slapos.recipe.build:gitclone
repository = http://git.erp5.org/repos/slapos.git
branch = master
git-executable = ${git:location}/bin/git
[slapos-cookbook-develop]
recipe = zc.recipe.egg:develop
setup = ${slapos.cookbook-repository:location}
# Install slapos.cookbook containing all officials recipes
# Explicitely define dependencies as well, because of buildout limitation
# if using "develop"
# if using "develop". XXX really ?
[slapos-cookbook]
recipe = zc.recipe.egg
eggs =
......
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