Commit c47b6cf6 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 8528bcb6
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
[buildout] [buildout]
extends = extends =
# to use versions used by ERP5 XXX -> Wendelin ?
../../stack/erp5/buildout.cfg
../../stack/nxdtest.cfg ../../stack/nxdtest.cfg
buildout.cfg buildout.cfg
...@@ -9,6 +12,7 @@ parts = ...@@ -9,6 +12,7 @@ parts =
wendelin.core-dev wendelin.core-dev
# for instance # for instance
wendelin.core-python
slapos-cookbook slapos-cookbook
instance.cfg instance.cfg
...@@ -19,7 +23,10 @@ branch = t ...@@ -19,7 +23,10 @@ branch = t
# python interpreter with wendelin.core and all other eggs. # python interpreter with wendelin.core and all other eggs.
[wendelin.core-dev] # cannot adjust wendelin.core-dev because :interpreter does not work for zc.recipe.egg:develop
[wendelin.core-python]
recipe = zc.recipe.egg
eggs = wendelin.core
interpreter = python interpreter = python
# env.sh for that python to be on $PATH XXX + go # env.sh for that python to be on $PATH XXX + go
...@@ -38,4 +45,4 @@ env.sh = ${wendelin.core-env.sh:rendered} ...@@ -38,4 +45,4 @@ env.sh = ${wendelin.core-env.sh:rendered}
workdir = ${wendelin.core-repository:location} workdir = ${wendelin.core-repository:location}
[versions] [versions]
# XXX #zodbtools = 0.0.0.dev8
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