[Erp5-report] r32643 luke - in /erp5/trunk/buildout: official.cfg software-profiles/erp5.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 16 17:03:38 CET 2010


Author: luke
Date: Tue Feb 16 17:03:36 2010
New Revision: 32643

URL: http://svn.erp5.org?rev=32643&view=rev
Log:
 - globalise revision number
 - checkout products during software installation
 - by default checkout all available business templates

Modified:
    erp5/trunk/buildout/official.cfg
    erp5/trunk/buildout/software-profiles/erp5.cfg

Modified: erp5/trunk/buildout/official.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/official.cfg?rev=32643&r1=32642&r2=32643&view=diff
==============================================================================
--- erp5/trunk/buildout/official.cfg [utf8] (original)
+++ erp5/trunk/buildout/official.cfg [utf8] Tue Feb 16 17:03:36 2010
@@ -46,9 +46,14 @@
   products-other
   products-deps
   products-erp5
+  products-development
   bt5-erp5
   openoffice-bin
   oood
+
+[configuration]
+erp5_products_revision =
+erp5_bt5_revision = ${:erp5_products_revision}
 
 [show-requirements]
 recipe = plone.recipe.command

Modified: erp5/trunk/buildout/software-profiles/erp5.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/erp5.cfg?rev=32643&r1=32642&r2=32643&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/erp5.cfg [utf8] Tue Feb 16 17:03:36 2010
@@ -12,37 +12,13 @@
 recipe = infrae.subversion
 base = https://svn.erp5.org/repos/public/erp5/trunk/bt5
 ignore_verification = true
-revision = 
+revision = ${configuration:erp5_bt5_revision}
 public_bootstrap = ${products-erp5:base}/ERP5/bootstrap
 urls =
-  ${:base}/erp5_base/${:revision} erp5_base/
-  ${:base}/erp5_pdm/${:revision} erp5_pdm/
-  ${:base}/erp5_trade/${:revision} erp5_trade/
-  ${:base}/erp5_accounting/${:revision} erp5_accounting/
-  ${:base}/erp5_invoicing/${:revision} erp5_invoicing/
-  ${:base}/erp5_simplified_invoicing/${:revision} erp5_simplified_invoicing/
-  ${:base}/erp5_advanced_invoicing/${:revision} erp5_advanced_invoicing/
-  ${:base}/erp5_ods_style/${:revision} erp5_ods_style/
-  ${:base}/erp5_odt_style/${:revision} erp5_odt_style/
-  ${:base}/erp5_ingestion_mysql_innodb_catalog/${:revision} erp5_ingestion_mysql_innodb_catalog/
-  ${:base}/erp5_ingestion/${:revision} erp5_ingestion/
-  ${:base}/erp5_crm/${:revision} erp5_crm/
-  ${:base}/erp5_web/${:revision} erp5_web/
-  ${:base}/erp5_forge/${:revision} erp5_forge/
-  ${:base}/erp5_dms/${:revision} erp5_dms/
-  ${:base}/erp5_ui_test_core/${:revision} erp5_ui_test_core/
-  ${:base}/erp5_ui_test/${:revision} erp5_ui_test/
-  ${:base}/erp5_pdm_ui_test/${:revision} erp5_pdm_ui_test/
-  ${:base}/erp5_accounting_ui_test/${:revision} erp5_accounting_ui_test/
-  ${:base}/erp5_web_ui_test/${:revision} erp5_web_ui_test/
-  ${:base}/erp5_dms_ui_test/${:revision} erp5_dms_ui_test/
-  ${:base}/erp5_l10n_fr/${:revision} erp5_l10n_fr/
-  ${:base}/erp5_l10n_ja/${:revision} erp5_l10n_ja/
-  ${:base}/erp5_l10n_pl_PL/${:revision} erp5_l10n_pl_PL/
-  ${:base}/erp5_l10n_pt-BR/${:revision} erp5_l10n_pt-BR/
   ${:public_bootstrap}/erp5_core/${:revision} erp5_core
+  ${:public_bootstrap}/erp5_mysql_innodb_catalog/${:revision} erp5_mysql_innodb_catalog
   ${:public_bootstrap}/erp5_xhtml_style/${:revision} erp5_xhtml_style
-  ${:public_bootstrap}/erp5_mysql_innodb_catalog/${:revision} erp5_mysql_innodb_catalog
+  ${:base}/${:revision} .
 
 [cmf15]
 recipe = plone.recipe.distros
@@ -81,12 +57,12 @@
 recipe = infrae.subversion
 ignore_verification = true
 urls =
-    ${products-erp5:base}/ERP5Subversion/${products-erp5:revision} ERP5Subversion
+    ${products-erp5:base}/ERP5Subversion/${configuration:erp5_products_revision} ERP5Subversion
 
 [products-erp5]
 recipe = infrae.subversion
 ignore_verification = true
-revision = 
+revision = ${configuration:erp5_products_revision}
 base = https://svn.erp5.org/repos/public/erp5/trunk/products
 urls =
     ${:base}/CMFActivity/${:revision} CMFActivity




More information about the Erp5-report mailing list