Commit b4be3c3f authored by Priscila Manhaes's avatar Priscila Manhaes

As cloudooo will always install from git, do not needs it's buildout

parent aa3c9628
......@@ -2,6 +2,7 @@
extensions =
slapos.rebootstrap
slapos.zcbworkarounds
buildout-versions
find-links =
http://www.nexedi.org/static/packages/source/slapos.buildout/
......@@ -16,6 +17,7 @@ extends =
../component/python-2.7/buildout.cfg
../component/xorg/buildout.cfg
../component/fonts/buildout.cfg
../component/git/buildout.cfg
../component/poppler/buildout.cfg
../component/imagemagick/buildout.cfg
../component/pdftk/buildout.cfg
......@@ -25,8 +27,7 @@ extends =
../component/stunnel/buildout.cfg
../component/rdiff-backup/buildout.cfg
../component/dcron/buildout.cfg
../component/cloudooo/buildout.cfg
versions = versions
parts =
......@@ -57,13 +58,36 @@ parts =
rdiff-backup
cloudooo
[cloudooo]
recipe = plone.recipe.command
location = ${buildout:directory}/src/${:_buildout_section_name_}
stop-on-error = true
repository = http://git.erp5.org/repos/cloudooo.git
branch = master
revision =
command = ${git:location}/bin/git clone --quiet -b ${:branch} ${:repository} ${:location} && if [ -n ${:revision} ]; then cd ${:location} && ${git:location}/bin/git reset --quiet --hard ${:revision} ; fi
update-command = cd ${:location} && ${git:location}/bin/git pull --quiet && if [ -n ${:revision} ]; then cd ${:location} && ${git:location}/bin/git reset --quiet --hard ${:revision} ; fi
[instance-recipe-egg]
recipe = zc.recipe.egg
python = python2.6
extra-paths = ${cloudooo:location}
eggs =
${lxml-python:egg}
PasteScript
python-magic
psutil
WSGIUtils
# instantiation egg
${instance-recipe:egg}
entry-points =
cloudooo_tester=cloudooo.bin.cloudooo_tester:main
runCloudoooUnitTest=cloudooo.tests.runHandlerUnitTest:run
scripts =
paster=cloudooo_paster
runCloudoooUnitTest
[bootstrap2.6]
python = python2.6
......
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