[Erp5-report] r42775 rafael - /erp5/trunk/utils/erp5.recipe.btrepository/

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Jan 30 04:12:33 CET 2011


Author: rafael
Date: Sun Jan 30 04:12:33 2011
New Revision: 42775

URL: http://svn.erp5.org?rev=42775&view=rev
Log:
Update CHANGES and README.

Modified:
    erp5/trunk/utils/erp5.recipe.btrepository/CHANGES.txt
    erp5/trunk/utils/erp5.recipe.btrepository/README.txt

Modified: erp5/trunk/utils/erp5.recipe.btrepository/CHANGES.txt
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.recipe.btrepository/CHANGES.txt?rev=42775&r1=42774&r2=42775&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.recipe.btrepository/CHANGES.txt [utf8] (original)
+++ erp5/trunk/utils/erp5.recipe.btrepository/CHANGES.txt [utf8] Sun Jan 30 04:12:33 2011
@@ -0,0 +1,8 @@
+ChangeLog
+===============
+
+0.0.1 (unreleased)
+---------------------
+
+- Initial version
+  [Rafael Monnerat]

Modified: erp5/trunk/utils/erp5.recipe.btrepository/README.txt
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.recipe.btrepository/README.txt?rev=42775&r1=42774&r2=42775&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.recipe.btrepository/README.txt [utf8] (original)
+++ erp5/trunk/utils/erp5.recipe.btrepository/README.txt [utf8] Sun Jan 30 04:12:33 2011
@@ -0,0 +1,46 @@
+Build your Business Template Repository
+=========================================
+
+This recipe is used to create ERP5 business templates repositories. Each
+repository is compiled from a URL with uncompress business templates on it.
+
+Example
+====================
+
+You can use it with a part like this:
+::
+  [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
+
+Options
+====================
+
+url 
+
+  Provide 1 or more URL address where the business templates will be 
+  downloaded from. 
+
+command (Optional)
+
+  We use "svn co .." as standard `command` but you can define alternative svn 
+  command (or other) to download the repositories.
+
+preserve-download (Optional)
+
+  Define if download folder will be erased or not after download and compress
+  is finished. Default value is 1.
+
+location (Optional)
+
+  Define alternative location to place your repository.
+
+auto-run (Optional)
+
+  Define if buildout automatically launch business template download and 
+  compress; or only generate update script for manually run. 
+  
+
+



More information about the Erp5-report mailing list