[Erp5-report] r29624 - /experimental/erp5.buildout/buildout.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 14 10:14:52 CEST 2009


Author: nicolas.dumazet
Date: Wed Oct 14 10:14:49 2009
New Revision: 29624

URL: http://svn.erp5.org?rev=29624&view=rev
Log:
Use the development profile as the standard buildout.

Rationale:
Buildout users are developers, or people trying out ERP5.
The few additional features don't bother the latter category, and simplify
install for devs.

If buildout is used for production deployment, customization
of profiles will be required anyway.

Modified:
    experimental/erp5.buildout/buildout.cfg

Modified: experimental/erp5.buildout/buildout.cfg
URL: http://svn.erp5.org/experimental/erp5.buildout/buildout.cfg?rev=29624&r1=29623&r2=29624&view=diff
==============================================================================
--- experimental/erp5.buildout/buildout.cfg [utf8] (original)
+++ experimental/erp5.buildout/buildout.cfg [utf8] Wed Oct 14 10:14:49 2009
@@ -1,5 +1,5 @@
 [buildout]
-extends = profiles/create-site.cfg 
+extends = profiles/development.cfg
 
 [create_erp5_site]
 # modify this to reflect your local mysql configuration




More information about the Erp5-report mailing list