[Zope-dev] z3c.form buildout broken

Roger dev at projekt01.ch
Tue Nov 23 01:44:46 EST 2010


Hi Wolfgang 

> Betreff: Re: [Zope-dev] z3c.form buildout broken
> 
> * "Roger" <dev at projekt01.ch> [2010-11-22 14:30]:
> > Probably an option like "--skip-part omelette" whould be a nice 
> > feature for buildout.
> 
> IIRC, when the parts are originally specified on separate lines
> 
> base.cfg:
> [buildout]
> parts = like
>         this
>         omelette
> #not: parts = like this
> 
> you can do this:
> 
> buildout.cfg
> [buildout]
> extends = base.cfg
> parts -= omelette
> 
> Don't know whether/how you can do that on the command line, though.

Ah, I didn't know that. Then I guess the other side arround whould also
work:

buildout.cfg:
[buildout]
parts = like
        this


buildout-omelette.cfg
[buildout]
extends = base.cfg
parts += omelette


I was thinking about a command line options like:

bin/buildout -c buildout.cfg --skip-parts=omelette


Regards
Roger Ineichen



More information about the Zope-Dev mailing list