phpmyadmin : adapt to new recipe

parent ab3cfd41
...@@ -5,7 +5,7 @@ develop-eggs-directory = ${buildout:develop-eggs-directory} ...@@ -5,7 +5,7 @@ develop-eggs-directory = ${buildout:develop-eggs-directory}
parts = instance parts = instance
[instance] [instance]
recipe = slapos.recipe.osoeslaptraining:request recipe = ${instance-recipe:egg}:${instance-recipe:module}
source = ${application:location} source = ${application:location}
template = ${application-template:location}/${application-template:filename} template = ${application-template:location}/${application-template:filename}
configuration = ${application-configuration:location} configuration = ${application-configuration:location}
......
...@@ -20,6 +20,7 @@ parts = ...@@ -20,6 +20,7 @@ parts =
apache-php apache-php
mariadb mariadb
eggs eggs
instance-recipe-egg
extends = extends =
../../component/mariadb/buildout.cfg ../../component/mariadb/buildout.cfg
...@@ -67,7 +68,15 @@ location = config.inc.php ...@@ -67,7 +68,15 @@ location = config.inc.php
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
${lxml-python:egg} ${lxml-python:egg}
slapos.recipe.osoeslaptraining
[instance-recipe]
egg = slapos.cookbook
module = memcached
[instance-recipe-egg]
recipe = zc.recipe.egg
python = python2.7
eggs = ${instance-recipe:egg}
[downloadcache-workaround] [downloadcache-workaround]
# workaround irritating problem of hexagonit.recipe.cmmi which automatically # workaround irritating problem of hexagonit.recipe.cmmi which automatically
......
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