From 29bb8c24f8d3f545e307a8bad2cfb9baa5b6b6ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Mon, 17 Oct 2011 15:56:19 +0200 Subject: [PATCH] Have killpidfromfile in software. --- stack/erp5.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/stack/erp5.cfg b/stack/erp5.cfg index 45013109f..d8a6e6b35 100644 --- a/stack/erp5.cfg +++ b/stack/erp5.cfg @@ -133,6 +133,8 @@ parts = # fix products path (Zeo needs ERP5 Products to be available for # conflict resolution) fix-products-paths +# some additional utils + slapos-toolbox [bt5-repository] # Format: @@ -391,6 +393,16 @@ python = python2.6 [pysvn-python] python = python2.6 +[slapos-toolbox] +recipe = zc.recipe.egg +python = ${eggs:python} +eggs = + ${lxml-python:egg} + slapos.toolbox + +scripts = + killpidfromfile = slapos.systool:killpidfromfile + [cloudooo] recipe = zc.recipe.egg python = python2.6 -- 2.30.9