From 4c65e73916971fc9c4e3e5ba640f42908c1b7c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Wed, 4 May 2011 12:52:22 +0000 Subject: [PATCH] TIDStorage became Products.TIDStorage standard python distribution, there is no need to hack it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45828 20353a03-c40f-0410-a6d1-a30d3c3de9de --- slapos/instance.cfg | 6 ------ slapos/software.cfg | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/slapos/instance.cfg b/slapos/instance.cfg index a4934aab5c..0b98a5e971 100644 --- a/slapos/instance.cfg +++ b/slapos/instance.cfg @@ -29,12 +29,6 @@ tidstoraged_binary = ${buildout:bin-directory}/tidstoraged 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 diff --git a/slapos/software.cfg b/slapos/software.cfg index 4944051442..d20d96dd29 100644 --- a/slapos/software.cfg +++ b/slapos/software.cfg @@ -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 -- 2.30.9