Commit 3766e1a9 authored by Romain Courteaud's avatar Romain Courteaud

Develop slapos repository.

It allows to use latest code version without publishing to pypi.
parent 1980710a
......@@ -43,6 +43,16 @@ allow-hosts =
psutil.googlecode.com
www.dabeaz.com
develop =
${:parts-directory}/slapos.cookbook-repository
[slapos.cookbook-repository]
recipe = plone.recipe.command
stop-on-error = true
location = ${buildout:parts-directory}/${:_buildout_section_name_}
command = ${git:location}/bin/git clone --quiet http://git.erp5.org/repos/slapos.git ${:location}
update-command = cd ${:location} && ${git:location}/bin/git pull --quiet
[bootstrap]
recipe = zc.recipe.egg
eggs = zc.buildout
......
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