[Erp5-report] r40940 gabriel - /erp5/trunk/buildout/software-profiles/cloudooo.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 30 18:20:22 CET 2010


Author: gabriel
Date: Tue Nov 30 18:20:22 2010
New Revision: 40940

URL: http://svn.erp5.org?rev=40940&view=rev
Log:
add new parts and configurations to follow installation of ERP5 Buildout 2.12

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

Modified: erp5/trunk/buildout/software-profiles/cloudooo.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/cloudooo.cfg?rev=40940&r1=40939&r2=40940&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/cloudooo.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/cloudooo.cfg [utf8] Tue Nov 30 18:20:22 2010
@@ -1,13 +1,19 @@
 [buildout]
+software_home = ${:directory}
+
 extends =
   ../profiles/versions-common.cfg
+  ../profiles/software-definition.cfg
+  ../profiles/common.cfg
   ../software-profiles/python-2.6.cfg
   ../software-profiles/openoffice-bin.cfg
 
+python = software_definition
 versions = versions
-
 parts =
+  software_home
   cloudooo
+  instance-egg
   openoffice-bin
   python2.6
   bootstrap2.6
@@ -16,6 +22,13 @@ extensions = mr.developer
 sources = sources
 auto-checkout = cloudooo
 
+[instance-egg]
+recipe = zc.recipe.egg
+python = python2.6
+eggs = 
+  erp5.recipe.cloudoooinstance
+  z3c.recipe.mkdir
+
 [sources]
 cloudooo = svn https://svn.erp5.org/repos/public/erp5/trunk/utils/cloudooo
 
@@ -24,4 +37,9 @@ recipe = zc.recipe.egg
 python = python2.6
 interpreter = pycloudoo
 scripts = 
-eggs = cloudooo
+eggs =
+  cloudooo
+
+[software_definition]
+software_home = ${buildout:software_home}
+executable = ${python2.6:executable}



More information about the Erp5-report mailing list