[Erp5-report] r43003 rafael - /erp5/trunk/buildout/profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 3 19:12:12 CET 2011


Author: rafael
Date: Thu Feb  3 19:12:12 2011
New Revision: 43003

URL: http://svn.erp5.org?rev=43003&view=rev
Log:
Link bt5.cfg but not include bt5 into the parts by default. 
Even if bt5 part is used, only a script is created, so still compatible with instances run offline.

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

Modified: erp5/trunk/buildout/profiles/development-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/development-2.12.cfg?rev=43003&r1=43002&r2=43003&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/development-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/development-2.12.cfg [utf8] Thu Feb  3 19:12:12 2011
@@ -2,7 +2,9 @@
 # You should build a software home before use this recipe.
 
 [buildout]
-extends = deployment-2.12.cfg
+extends = 
+  bt5.cfg
+  deployment-2.12.cfg
 
 parts +=
   development-site

Modified: erp5/trunk/buildout/profiles/development.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/development.cfg?rev=43003&r1=43002&r2=43003&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/development.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/development.cfg [utf8] Thu Feb  3 19:12:12 2011
@@ -2,7 +2,9 @@
 # You should build a software home before use this recipe.
 
 [buildout]
-extends = deployment.cfg
+extends = 
+  bt5.cfg
+  deployment.cfg
 
 parts +=
   development-site

Modified: erp5/trunk/buildout/profiles/software-common.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/software-common.cfg?rev=43003&r1=43002&r2=43003&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/software-common.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/software-common.cfg [utf8] Thu Feb  3 19:12:12 2011
@@ -22,6 +22,7 @@ eggs =
   erp5.recipe.apache
   erp5.recipe.cloudoooinstance
   erp5.recipe.genbt5list
+  erp5.recipe.btrepository
   erp5.recipe.memcachedserver
   erp5.recipe.mysqldatabase
   erp5.recipe.mysqlserver



More information about the Erp5-report mailing list