Commit 4410b6d1 authored by Gabriel Monnerat's avatar Gabriel Monnerat

add handler packages

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44910 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 717a107f
...@@ -18,6 +18,10 @@ oood_port = 8011 ...@@ -18,6 +18,10 @@ oood_port = 8011
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
PasteScript PasteScript
cloudooo.handler.ooo
cloudooo.handler.pdf
cloudooo.handler.ffmpeg
cloudooo.handler.imagemagick
cloudooo cloudooo
[create-log-directory] [create-log-directory]
......
...@@ -25,9 +25,17 @@ parts = ...@@ -25,9 +25,17 @@ parts =
python2.6 python2.6
bootstrap2.6 bootstrap2.6
cloudooo-packages =
cloudooo.handler.ooo
cloudooo.handler.pdf
cloudooo.handler.ffmpeg
cloudooo.handler.imagemagick
extensions = mr.developer extensions = mr.developer
sources = sources sources = sources
auto-checkout = cloudooo auto-checkout =
cloudooo
${buildout:cloudooo-packages}
[instance-egg] [instance-egg]
recipe = zc.recipe.egg recipe = zc.recipe.egg
...@@ -35,9 +43,18 @@ python = python2.6 ...@@ -35,9 +43,18 @@ python = python2.6
eggs = eggs =
erp5.recipe.cloudoooinstance erp5.recipe.cloudoooinstance
z3c.recipe.mkdir z3c.recipe.mkdir
${buildout:cloudooo-packages}
cloudooo
# To use the stable packages is needed remove the extension 'mr.developer' and
# this target below.
[sources] [sources]
cloudooo = svn https://svn.erp5.org/repos/public/erp5/trunk/utils/cloudooo cloudooo = svn https://svn.erp5.org/repos/public/erp5/trunk/utils/cloudooo
cloudooo.handler.pdf = svn https://svn.erp5.org/repos/public/erp5/trunk/utils/cloudooo.handler.pdf/
cloudooo.handler.ffmpeg = svn https://svn.erp5.org/repos/public/erp5/trunk/utils/cloudooo.handler.ffmpeg/
cloudooo.handler.imagemagick = svn https://svn.erp5.org/repos/public/erp5/trunk/utils/cloudooo.handler.imagemagick/
cloudooo.handler.ooo = svn https://svn.erp5.org/repos/public/erp5/trunk/utils/cloudooo.handler.ooo/
[cloudooo] [cloudooo]
recipe = zc.recipe.egg recipe = zc.recipe.egg
...@@ -46,11 +63,12 @@ interpreter = pycloudoo ...@@ -46,11 +63,12 @@ interpreter = pycloudoo
scripts = scripts =
eggs = eggs =
${lxml-python:egg} ${lxml-python:egg}
cloudooo
collective.recipe.supervisor collective.recipe.supervisor
plone.recipe.command plone.recipe.command
erp5.extension.sectionextender erp5.extension.sectionextender
supervisor supervisor
${buildout:cloudooo-packages}
cloudooo
[software_definition] [software_definition]
software_home = ${buildout:directory} software_home = ${buildout:directory}
......
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