[Erp5-report] r44051 luke - in /erp5/trunk/software_release/erp5: instance.cfg software.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 8 16:59:43 CET 2011


Author: luke
Date: Tue Mar  8 16:59:42 2011
New Revision: 44051

URL: http://svn.erp5.org?rev=44051&view=rev
Log:
 - expose TIDStorage product location into instance

Modified:
    erp5/trunk/software_release/erp5/instance.cfg
    erp5/trunk/software_release/erp5/software.cfg

Modified: erp5/trunk/software_release/erp5/instance.cfg
URL: http://svn.erp5.org/erp5/trunk/software_release/erp5/instance.cfg?rev=44051&r1=44050&r2=44051&view=diff
==============================================================================
--- erp5/trunk/software_release/erp5/instance.cfg [utf8] (original)
+++ erp5/trunk/software_release/erp5/instance.cfg [utf8] Tue Mar  8 16:59:42 2011
@@ -22,6 +22,12 @@ runzeo_binary = ${buildout:bin-directory
 runzope_binary = ${buildout:bin-directory}/runzope
 zabbix_agent_binary = ${zabbix-agent:location}/sbin/zabbix_agent
 
+# Expose TIDStorage location
+# Note: Some day in future TIDStorage might become real distribution
+# with controllable entry points and scripts, so such hack will not be
+# needed anymore
+tidstorage_product_location = ${products-tidstorage:location}
+
 # cloudooo specific configuration
 ooo_binary_path = ${libreoffice-bin:location}/program
 ooo_paster = ${buildout:bin-directory}/cloudooo_paster

Modified: erp5/trunk/software_release/erp5/software.cfg
URL: http://svn.erp5.org/erp5/trunk/software_release/erp5/software.cfg?rev=44051&r1=44050&r2=44051&view=diff
==============================================================================
--- erp5/trunk/software_release/erp5/software.cfg [utf8] (original)
+++ erp5/trunk/software_release/erp5/software.cfg [utf8] Tue Mar  8 16:59:42 2011
@@ -117,7 +117,7 @@ section = python2.7
 [template]
 recipe = slapos.recipe.template
 url = https://svn.erp5.org/repos/public/erp5/trunk/software_release/erp5/instance.cfg
-md5sum = 1a556a9e34b0d210e70c31d35160bbf5
+md5sum = 0cdaffa04e186afdbd30b118db2b2f71
 output = ${buildout:directory}/template.cfg
 mode = 0644
 



More information about the Erp5-report mailing list