Jim Fulton wrote:
[buildout]
...
zeo_address = 127.0.0.1:2000
...
...
[zeo.conf]
recipe = collective.recipe.template
input = etc/zeo.conf.in
output = etc/zeo.conf
...and buildout complains that the zeo_address line isn't used, except
that it is, but collective.recipe.template.
I see no evidence that it is being used. It's not being used by the
configuration code you shared and the recipe source doesnt' seem to use it.
Sorry, from zeo.conf.in:
%define INSTANCE ${buildout:directory}
<zeo>
address ${buildout:zeo_address}
</zeo>
...
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
_______________________________________________
Distutils-SIG maillist - Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig