Separate egg from instance-egg

parent 544e1162
...@@ -16,6 +16,7 @@ parts = ...@@ -16,6 +16,7 @@ parts =
rdiff-backup rdiff-backup
# Buildoutish # Buildoutish
eggs
instance-recipe-egg instance-recipe-egg
template template
...@@ -31,6 +32,11 @@ unzip = true ...@@ -31,6 +32,11 @@ unzip = true
egg = slapos.cookbook egg = slapos.cookbook
module = apache module = apache
[instance-recipe-egg]
recipe = zc.recipe.egg
python = python2.7
eggs = ${instance-recipe:egg}
[template] [template]
# Default template for apache instance. # Default template for apache instance.
recipe = slapos.recipe.template recipe = slapos.recipe.template
......
...@@ -36,6 +36,7 @@ parts = ...@@ -36,6 +36,7 @@ parts =
rdiff-backup rdiff-backup
# Buildoutish # Buildoutish
eggs
instance-recipe-egg instance-recipe-egg
[lxml-python] [lxml-python]
...@@ -45,9 +46,14 @@ python = python2.7 ...@@ -45,9 +46,14 @@ python = python2.7
recipe = zc.recipe.egg recipe = zc.recipe.egg
python = python2.7 python = python2.7
eggs = eggs =
${lxml-python:egg}
${instance-recipe:egg} ${instance-recipe:egg}
[eggs]
recipe = zc.recipe.egg
python = python2.7
eggs =
${lxml-python:egg}
[rebootstrap] [rebootstrap]
# Default first version of rebootstrapped python # Default first version of rebootstrapped python
version = 2 version = 2
......
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