[Erp5-report] r42996 rafael - in /erp5/trunk/buildout: instance-profiles/ profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 3 16:54:30 CET 2011


Author: rafael
Date: Thu Feb  3 16:54:29 2011
New Revision: 42996

URL: http://svn.erp5.org?rev=42996&view=rev
Log:

Move business template repository to profiles, it still experimental and it is not used by default.

Added:
    erp5/trunk/buildout/profiles/bt5.cfg
Removed:
    erp5/trunk/buildout/instance-profiles/business-template.cfg

Removed: erp5/trunk/buildout/instance-profiles/business-template.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/instance-profiles/business-template.cfg?rev=42995&view=auto
==============================================================================
--- erp5/trunk/buildout/instance-profiles/business-template.cfg [utf8] (original)
+++ erp5/trunk/buildout/instance-profiles/business-template.cfg (removed)
@@ -1,10 +0,0 @@
-# Experimental configuration to build business template repositories.
-[buildout]
-parts = bt5
-
-[bt5]
-recipe = erp5.recipe.btrepository
-url =
-  https://svn.erp5.org/repos/public/erp5/trunk/products/ERP5/bootstrap/
-  https://svn.erp5.org/repos/public/erp5/trunk/bt5
-

Added: erp5/trunk/buildout/profiles/bt5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/bt5.cfg?rev=42996&view=auto
==============================================================================
--- erp5/trunk/buildout/profiles/bt5.cfg (added)
+++ erp5/trunk/buildout/profiles/bt5.cfg [utf8] Thu Feb  3 16:54:29 2011
@@ -0,0 +1,22 @@
+# Independent profile (disconnect from others) which can be used to 
+# create private business template repositories. This profile is 
+# experimental and we highly recommend use default repositories.
+[buildout]
+extends = 
+  versions-common.cfg
+  software-definition.cfg
+  common.cfg
+
+part = bt5
+
+[bt5]
+recipe = erp5.recipe.btrepository
+preserve-download = 0
+url =
+  https://svn.erp5.org/repos/public/erp5/trunk/products/ERP5/bootstrap/
+  https://svn.erp5.org/repos/public/erp5/trunk/bt5
+
+download-command-extra = "-r ${versions:erp5_bt5_revision}"
+# Use svn compiled from software.
+# svn-params = --trust-server-cert --non-interactive --quiet
+# download-command = ${software_definition:software_home}/parts/subversion/bin/svn co ${:svn-params}



More information about the Erp5-report mailing list