Commit fbb3e873 authored by Priscila Manhaes's avatar Priscila Manhaes

Undone commit 220a9afb, because cloudoo don't...

Undone commit 220a9afb, because cloudoo don't realy needs killpidfromprofile
parent 220a9afb
......@@ -42,10 +42,6 @@ class Recipe(BaseSlapRecipe):
def _install(self):
self.path_list = []
self.requirements, self.ws = self.egg.working_set()
self.killpidfromfile = zc.buildout.easy_install.scripts(
[('killpidfromfile', __name__ + 'slapos.recipe.erp5.killpidfromfile',
'killpidfromfile')], self.ws, sys.executable, self.bin_directory)[0]
self.path_list.append(self.killpidfromfile)
self.cron_d = self.installCrond()
ca_conf = self.installCertificateAuthority()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment