[Distutils] buildout complains of unused options that are used...
Chris Withers
chris at simplistix.co.uk
Thu Apr 9 10:49:35 CEST 2009
Hi All,
I have the following buildout:
[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.
What's causing this whine and what should be doing what to mark that
option as used?
cheers,
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
More information about the Distutils-SIG
mailing list