Hello Wolfgang, * 2009-08-07 11:42, Wolfgang Schnerring wrote:
[buildout] develop = . parts = <whatever else you need> compat extends = http://url/to/kgs/versions.cfg # assuming said versions.cfg uses a section called [versions]: versions = versions
I've done something similar in z3c.recipe.kgs (which is a fork of compattest, I did not want to commit anything there, but I'm more than happy to bring back my changes). The KGS is defined here: http://svn.zope.org/*checkout*/zope.release/trunk/releases/controlled-packag... IMHO the KGS testing should be done using the controlled-packages.cfg and not versions, because some of the packages in the KGS are marked as not to be tested.
Regarding the KGS, I have a question: Where is the current KGS and how do we update it? By "where is" I mean the location of the versions.cfg,
AFAICK, It can be built from zope.release.
and by "update" I mean that I'd like this operation to involve no manual interaction other than committing the new version number to SVN.
I suppose there is no policy (yet) regarding how we manage the KGS. Fabio