[Erp5-report] r33031 luke - /erp5/trunk/buildout/profiles/development.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 23 14:22:45 CET 2010


Author: luke
Date: Tue Feb 23 14:22:45 2010
New Revision: 33031

URL: http://svn.erp5.org?rev=33031&view=rev
Log:
 - make development as standalone profile, instance type, by default

Modified:
    erp5/trunk/buildout/profiles/development.cfg

Modified: erp5/trunk/buildout/profiles/development.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/development.cfg?rev=33031&r1=33030&r2=33031&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/development.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/development.cfg [utf8] Tue Feb 23 14:22:45 2010
@@ -2,30 +2,6 @@
 extends = ../profiles/deployment.cfg
 
 parts =
-  pythonbin
-  eggs
-  apache
-  memcached
-  varnish
-  mysql-tritonn-5.0
-  zope-2.8
-  cmf15
-  itools
-  mysql-python
-  products-deps
-  products-erp5
-  products-erp5-development
-  products-other
-  bt5-erp5
-  openoffice-bin
-  oood
-# instances generation
-  mysql-instance
-  oood-instance
-  supervisor-instance
-# instances start
-  supervisor-start
-# zope instance generation
   zope-instance
 
 [software_definition]
@@ -46,14 +22,14 @@
 # local products to be able to override
 products =
   ${:instancehome}/Products/
-  ${cmf15:location}
-  ${products-deps:location}
-  ${products-erp5-development:location}
-  ${products-erp5:location}
-  ${products-other:location}/Products
+  ${software_definition:products-erp5}
+  ${software_definition:products-erp5-development}
+  ${software_definition:products-deps}
+  ${software_definition:products-other}
+  ${software_definition:products-cmf15}
 # zope.conf template part ENDS
 
-eggs +=
+eggs =
   Products.ExternalEditor
 
 mysql_database_name = development_site




More information about the Erp5-report mailing list