Commit 40e9171f authored by Łukasz Nowak's avatar Łukasz Nowak

Avoid patching.

Create additional parts in profile.
parent 059d01bb
[buildout] [buildout]
extends = buildout.cfg extends = buildout.cfg
#develop += path_to_slapos.libnetworkcache parts += nc pync testnc
parts += cached [nc]
[cached]
recipe = z3c.recipe.scripts recipe = z3c.recipe.scripts
eggs = eggs =
slapos.libnetworkcache slapos.libnetworkcache
zc.buildout zc.buildout
scripts = scripts =
buildout=buildout_cached buildout=buildout_nc
[pync]
recipe = z3c.recipe.scripts
eggs = slapos.libnetworkcache
interpreter =
pync
executable = ${buildout:bin-directory}/pync
[test] [testnc]
eggs += recipe = ${test:recipe}
eggs = ${test:eggs}
slapos.libnetworkcache slapos.libnetworkcache
python = pync
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