[Erp5-report] r44910 gabriel - in /erp5/trunk/buildout: instance-profiles/ software-profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 31 16:04:19 CEST 2011


Author: gabriel
Date: Thu Mar 31 16:04:18 2011
New Revision: 44910

URL: http://svn.erp5.org?rev=44910&view=rev
Log:
add handler packages

Modified:
    erp5/trunk/buildout/instance-profiles/cloudooo.cfg
    erp5/trunk/buildout/software-profiles/cloudooo.cfg

Modified: erp5/trunk/buildout/instance-profiles/cloudooo.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/instance-profiles/cloudooo.cfg?rev=44910&r1=44909&r2=44910&view=diff
==============================================================================
--- erp5/trunk/buildout/instance-profiles/cloudooo.cfg [utf8] (original)
+++ erp5/trunk/buildout/instance-profiles/cloudooo.cfg [utf8] Thu Mar 31 16:04:18 2011
@@ -18,6 +18,10 @@ oood_port = 8011
 recipe = zc.recipe.egg
 eggs =
   PasteScript
+  cloudooo.handler.ooo
+  cloudooo.handler.pdf
+  cloudooo.handler.ffmpeg
+  cloudooo.handler.imagemagick
   cloudooo
 
 [create-log-directory]

Modified: erp5/trunk/buildout/software-profiles/cloudooo.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/cloudooo.cfg?rev=44910&r1=44909&r2=44910&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/cloudooo.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/cloudooo.cfg [utf8] Thu Mar 31 16:04:18 2011
@@ -25,9 +25,17 @@ parts =
   python2.6
   bootstrap2.6
 
+cloudooo-packages = 
+  cloudooo.handler.ooo
+  cloudooo.handler.pdf
+  cloudooo.handler.ffmpeg
+  cloudooo.handler.imagemagick
+
 extensions = mr.developer
 sources = sources
-auto-checkout = cloudooo
+auto-checkout = 
+  cloudooo
+  ${buildout:cloudooo-packages}
 
 [instance-egg]
 recipe = zc.recipe.egg
@@ -35,9 +43,18 @@ python = python2.6
 eggs = 
   erp5.recipe.cloudoooinstance
   z3c.recipe.mkdir
+  ${buildout:cloudooo-packages}
+  cloudooo
 
+# To use the stable packages is needed remove the extension 'mr.developer' and
+# this target below.
 [sources]
 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]
 recipe = zc.recipe.egg
@@ -46,11 +63,12 @@ interpreter = pycloudoo
 scripts = 
 eggs =
   ${lxml-python:egg}
-  cloudooo
   collective.recipe.supervisor
   plone.recipe.command
   erp5.extension.sectionextender
   supervisor
+  ${buildout:cloudooo-packages}
+  cloudooo
 
 [software_definition]
 software_home = ${buildout:directory}



More information about the Erp5-report mailing list