
July 15, 2008
10:24 p.m.
Jim Fulton wrote:
Is the 'versions' name in the [buildout] section meaningful to buildout?
The versions option in the buildout section specifies the name of a section containing version information.
OK.
what are the keys in a version section? just egg versions or something else?
project names
Not sure what a "project name" is in buildout parlance. As best I can tell, it seems to be a recipe name used in a part. What's the different between: [buildout] parts = foo versions = versions [versions] spam = 1 [foo] recipe = spam ...and: [buildout] parts = foo [foo] recipe = spam == 1 cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk