[Erp5-report] r36825 rafael - /erp5/trunk/buildout/profiles/
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Jul 2 22:33:09 CEST 2010
Author: rafael
Date: Fri Jul 2 22:33:07 2010
New Revision: 36825
URL: http://svn.erp5.org?rev=36825&view=rev
Log:
Added draft description at top of each configuration file for describe
what is the propose of those files.
Modified:
erp5/trunk/buildout/profiles/common.cfg
erp5/trunk/buildout/profiles/deployment-2.12.cfg
erp5/trunk/buildout/profiles/deployment.cfg
erp5/trunk/buildout/profiles/development.cfg
erp5/trunk/buildout/profiles/software-definition.cfg
erp5/trunk/buildout/profiles/test.cfg
Modified: erp5/trunk/buildout/profiles/common.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/common.cfg?rev=36825&r1=36824&r2=36825&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/common.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/common.cfg [utf8] Fri Jul 2 22:33:07 2010
@@ -1,3 +1,7 @@
+# Common configuration for public erp5 code (business templates and products)
+# and provides standard repository sources (find-link) and default strucuture
+# parts (create-directories)
+
[buildout]
find-links =
http://download.zope.org/distribution/
Modified: erp5/trunk/buildout/profiles/deployment-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/deployment-2.12.cfg?rev=36825&r1=36824&r2=36825&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/deployment-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/deployment-2.12.cfg [utf8] Fri Jul 2 22:33:07 2010
@@ -1,3 +1,8 @@
+# Configuration file to define a standard deployment, without any instance
+# This should create basic services needed by one ERP5 instance runs, like
+# MySQL server, Oood and so on. For use This is needed build software in
+# advance.
+
[buildout]
extends =
../instance-profiles/apache.cfg
Modified: erp5/trunk/buildout/profiles/deployment.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/deployment.cfg?rev=36825&r1=36824&r2=36825&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/deployment.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/deployment.cfg [utf8] Fri Jul 2 22:33:07 2010
@@ -1,3 +1,8 @@
+# Configuration file to define a standard deployment, without any instance
+# This should create basic services needed by one ERP5 instance runs, like
+# MySQL server, Oood and so on. For use This is needed build software in
+# advance.
+
[buildout]
extends =
../instance-profiles/apache.cfg
Modified: erp5/trunk/buildout/profiles/development.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/development.cfg?rev=36825&r1=36824&r2=36825&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/development.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/development.cfg [utf8] Fri Jul 2 22:33:07 2010
@@ -1,3 +1,6 @@
+# Configuration file for create a standard developer instance. For use
+# you should build software in advance.
+
[buildout]
extends = ../profiles/deployment.cfg
Modified: erp5/trunk/buildout/profiles/software-definition.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/software-definition.cfg?rev=36825&r1=36824&r2=36825&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/software-definition.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/software-definition.cfg [utf8] Fri Jul 2 22:33:07 2010
@@ -1,3 +1,6 @@
+# Standard definition of where the softwares are located, this information
+# is used when build appliacations instances.
+
[buildout]
var-directory = ${:directory}/var
etc-directory = ${:var-directory}/etc
Modified: erp5/trunk/buildout/profiles/test.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/test.cfg?rev=36825&r1=36824&r2=36825&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/test.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/test.cfg [utf8] Fri Jul 2 22:33:07 2010
@@ -1,3 +1,7 @@
+# Configuration file for create a test envionment, this should
+# contains everything required (including dependencies) to run
+# all unit tests. For use this build software in advance.
+
[buildout]
extends = ../profiles/development.cfg
More information about the Erp5-report
mailing list