[Erp5-report] r34340 leonardo - in /erp5/trunk/buildout: profiles/ software-profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 8 05:16:03 CEST 2010


Author: leonardo
Date: Thu Apr  8 05:16:02 2010
New Revision: 34340

URL: http://svn.erp5.org?rev=34340&view=rev
Log:
cache eggs needed by instance, coalesce business templates into a single part

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

Modified: erp5/trunk/buildout/profiles/development-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/development-2.12.cfg?rev=34340&r1=34339&r2=34340&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/development-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/development-2.12.cfg [utf8] Thu Apr  8 05:16:02 2010
@@ -18,7 +18,7 @@
 # XXX have this list be populated by software_definition keys. Maybe adjust
 # erp5.recipe.testrunner to accept this parameter in multiple lines and convert
 # to this comma separated list.  
-bt5_path = ${development-site:bt5-path},${buildout:software_home}/parts/bt5-erp5,${buildout:software_home}/parts/bt5-erp5-extra
+bt5_path = ${development-site:bt5-path},${business-templates:paths}
 
 instance-home = ${development-site:instancehome}
 initialization =

Modified: erp5/trunk/buildout/profiles/official-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/official-2.12.cfg?rev=34340&r1=34339&r2=34340&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/official-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/official-2.12.cfg [utf8] Thu Apr  8 05:16:02 2010
@@ -50,7 +50,8 @@
   bootstrap2.6
   bt5-erp5
   bt5-erp5-extra
-#  business-templates
+  business-templates
+  precache-eggs
   software_home
 
 [show-requirements]

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=34340&r1=34339&r2=34340&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5-2.12.cfg [utf8] Thu Apr  8 05:16:02 2010
@@ -63,7 +63,6 @@
 recipe = minitage.recipe.fetch
 urls =
 	git://git.hforge.org/Localizer.git|git|| Localizer
-    svn://svn.zope.org/repos/main/Zelenium/trunk|svn|| Zelenium
     https://svn.plone.org/svn/collective/ExtFile/trunk|svn|| ExtFile
 
 [products]
@@ -73,7 +72,6 @@
 command =
   echo "Product folders: ${:paths}"
 update-command = ${:command}
-
 
 [eggs]
 recipe = zc.recipe.egg
@@ -122,6 +120,8 @@
     Products.DCWorkflowGraph
     Products.MimetypesRegistry
     Products.ExternalEditor
+    Products.Zelenium
+
 # Currently forked in our repository
 #    Products.PortalTransforms
 # Dependency for our fork of PortalTransforms
@@ -143,6 +143,17 @@
 	python=${:interpreter}
 	ipython=i${:interpreter}
 
+[precache-eggs]
+# recipe to populate the egg cache during software-home build, so instances can
+# run in offline mode. Hence, no scripts
+recipe = zc.recipe.egg
+scripts =
+eggs =
+  collective.recipe.supervisor
+  supervisor
+  plone.recipe.zope2instance
+  erp5.recipe.testrunner
+
 [omelette]
 # XXX don't use this part until this omelette bug is fixed:
 # https://bugs.launchpad.net/collective.buildout/+bug/553005
@@ -152,6 +163,14 @@
       ${itools:lib} .
 products =
     ${products:paths}
+
+[business-templates]
+recipe = plone.recipe.command
+# comma separated list for the benefit of [runUnitTest]
+paths = ${bt5-erp5:location},${bt5-erp5-extra:location}
+command =
+  echo "Business Template Paths: ${:paths}"
+update-command = ${:command}
 
 [requirements]
 development =
@@ -164,3 +183,4 @@
 
 binary =
   zip
+  pkg-config




More information about the Erp5-report mailing list