[Erp5-report] r45828 luke - in /erp5/trunk/software_release/erp5: instance.cfg software.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed May 4 14:52:22 CEST 2011
Author: luke
Date: Wed May 4 14:52:22 2011
New Revision: 45828
URL: http://svn.erp5.org?rev=45828&view=rev
Log:
TIDStorage became Products.TIDStorage standard python distribution, there is
no need to hack it.
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=45828&r1=45827&r2=45828&view=diff
==============================================================================
--- erp5/trunk/software_release/erp5/instance.cfg [utf8] (original)
+++ erp5/trunk/software_release/erp5/instance.cfg [utf8] Wed May 4 14:52:22 2011
@@ -29,12 +29,6 @@ tidstoraged_binary = ${buildout:bin-dire
tidstorage_repozo_binary = ${buildout:bin-directory}/tidstorage_repozo
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}/TIDStorage
-
# 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=45828&r1=45827&r2=45828&view=diff
==============================================================================
--- erp5/trunk/software_release/erp5/software.cfg [utf8] (original)
+++ erp5/trunk/software_release/erp5/software.cfg [utf8] Wed May 4 14:52:22 2011
@@ -125,7 +125,7 @@ section = python2.7
# Default template for erp5 instance.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
-md5sum = be9076f59a47dba75de64c0ffe3c31e7
+md5sum = 1c8a10efd3f7a4b08c5675a01b28ef0e
output = ${buildout:directory}/template.cfg
mode = 0644
More information about the Erp5-report
mailing list