Cleanup

Comments, trailing spaces, dead code
parent b38f30bb
...@@ -71,13 +71,6 @@ class Recipe(GenericSlapRecipe): ...@@ -71,13 +71,6 @@ class Recipe(GenericSlapRecipe):
bully_conf)) bully_conf))
path_list.append(script) path_list.append(script)
# for testing purposes only
scriptNew = self.createExecutable(path_bully_new,
self.substituteTemplate(
self.getTemplateFilename('bully_new.py.in'),
bully_conf))
path_list.append(scriptNew)
wrapper = self.createPythonScript( wrapper = self.createPythonScript(
path_run, path_run,
'slapos.recipe.librecipe.execute.execute', 'slapos.recipe.librecipe.execute.execute',
......
...@@ -2,9 +2,6 @@ ...@@ -2,9 +2,6 @@
ignore-existing = true ignore-existing = true
develop =
/opt/slapdev
parts = parts =
apache-php apache-php
mariadb mariadb
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
[buildout] [buildout]
extends = extends =
# ${template-resilient:output}
{{templateapache}} {{templateapache}}
parts = parts =
......
...@@ -11,7 +11,6 @@ parts = ...@@ -11,7 +11,6 @@ parts =
#Frozen is the state used to not destroy a broken instance's content #Frozen is the state used to not destroy a broken instance's content
template-frozen template-frozen
#
template-resilient template-resilient
template-switchsoftware template-switchsoftware
......
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