[Distutils] buildout complains of unused options that are used...

Chris Withers chris at simplistix.co.uk
Thu Apr 9 17:34:47 CEST 2009


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


More information about the Distutils-SIG mailing list