[ZTK] toolchain versions
Hi, http://svn.zope.org/zopetoolkit/trunk/ztk-versions.cfg?rev=114375&view=auto is there any reason why the versions pinning of the toolchain are in the ztk-versions.cfg ? Packages such as z3c.recipe.depgraph, mr.developer, z3c.checkversions have nothing to do with the final frameworks nor the ZTK. Shouldn't they be isolated to a [versions] section in the buildout? Christophe
Hi. On Fri, Jul 9, 2010 at 6:37 PM, Christophe Combelles <ccomb@free.fr> wrote:
http://svn.zope.org/zopetoolkit/trunk/ztk-versions.cfg?rev=114375&view=auto
is there any reason why the versions pinning of the toolchain are in the ztk-versions.cfg ? Packages such as z3c.recipe.depgraph, mr.developer, z3c.checkversions have nothing to do with the final frameworks nor the ZTK.
Shouldn't they be isolated to a [versions] section in the buildout?
We talked about this in one of our meetings :) Having the toolchain inside the ztk-versions.cfg makes it easier to extend the ZTK. Zope 2 just has to use a single extends= line and Grok just two (for the additional zopeapp-versions.cfg). Since we all use the toolchain anyways, we didn't see a point in separating them out. Hanno
Le 09/07/2010 18:44, Hanno Schlichting a écrit :
Hi.
On Fri, Jul 9, 2010 at 6:37 PM, Christophe Combelles<ccomb@free.fr> wrote:
http://svn.zope.org/zopetoolkit/trunk/ztk-versions.cfg?rev=114375&view=auto
is there any reason why the versions pinning of the toolchain are in the ztk-versions.cfg ? Packages such as z3c.recipe.depgraph, mr.developer, z3c.checkversions have nothing to do with the final frameworks nor the ZTK.
Shouldn't they be isolated to a [versions] section in the buildout?
We talked about this in one of our meetings :)
Having the toolchain inside the ztk-versions.cfg makes it easier to extend the ZTK. Zope 2 just has to use a single extends= line and Grok just two (for the additional zopeapp-versions.cfg).
Since we all use the toolchain anyways, we didn't see a point in separating them out.
ok, maybe it was the meeting when I was not there. I'm ok with it, because it (again) reduces the custom version list of everyone. But it looks like we have a list of 33 packages which are not really part of the ZTK, which is finally very close to having an extra.cfg :)
Hanno
participants (2)
-
Christophe Combelles -
Hanno Schlichting