Re: z3c.form buildout broken
Wolfgang Schnerring <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel |
|---|---|
| Message-ID | <[email protected]> |
* "Roger" <[email protected]> [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. Wolfgang _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )