[Erp5-report] r41158 kazuhiko - /erp5/trunk/buildout/software-profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Dec 6 13:26:36 CET 2010


Author: kazuhiko
Date: Mon Dec  6 13:26:36 2010
New Revision: 41158

URL: http://svn.erp5.org?rev=41158&view=rev
Log:
add more eggs in precache-eggs, that are possible used in instance creation.

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

Modified: erp5/trunk/buildout/software-profiles/erp5-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5-2.12.cfg?rev=41158&r1=41157&r2=41158&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] Mon Dec  6 13:26:36 2010
@@ -138,15 +138,21 @@ scripts =
 recipe = zc.recipe.egg
 scripts =
 eggs =
+  cloudooo
   collective.recipe.supervisor
   collective.recipe.template
+  erp5.recipe.cloudoooinstance
+  erp5.recipe.genbt5list
+  erp5.recipe.mysqldatabase
   erp5.recipe.mysqlserver
   erp5.recipe.ooodinstance
+  erp5.recipe.sphinxserver
   erp5.recipe.standaloneinstance
   erp5.recipe.testrunner
   plone.recipe.command
   plone.recipe.zope2instance
   supervisor
+  z3c.recipe.mkdir
 
 [erp5-zope2.12-template]
 # XXX: Template is downloaded to satisfy *bad* erp5.recipe.standaloneinstance

Modified: erp5/trunk/buildout/software-profiles/erp5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5.cfg?rev=41158&r1=41157&r2=41158&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] Mon Dec  6 13:26:36 2010
@@ -124,15 +124,21 @@ scripts =
 recipe = zc.recipe.egg
 scripts =
 eggs =
+  cloudooo
   collective.recipe.supervisor
   collective.recipe.template
+  erp5.recipe.cloudoooinstance
+  erp5.recipe.genbt5list
+  erp5.recipe.mysqldatabase
   erp5.recipe.mysqlserver
   erp5.recipe.ooodinstance
+  erp5.recipe.sphinxserver
   erp5.recipe.standaloneinstance
   erp5.recipe.testrunner
   plone.recipe.command
   plone.recipe.zope2instance
   supervisor
+  z3c.recipe.mkdir
 
 [omelette]
 # XXX don't use this part until this omelette bug is fixed:



More information about the Erp5-report mailing list