19 Aug
2008
19 Aug
'08
5:51 p.m.
Chris Withers a écrit :
Philipp von Weitershausen wrote:
and why does buildout pick it over a stable release? Because buildout, like easy_install, will pick the newest available version for a distribution. Fortunately, buildout has a prefer-stable option so that you can tell it to prefer stable over alpha/beta/dev releases. Also, in any serious situtation you'd want to pin your versions, e.g. using the KGS [2] or a manual list.
Okay, so how come zopeproject doesn't do any of these?
I don't even know how to use the KGS - where would I find docs on that?
Here is a page explaining it: http://download.zope.org/zope3.4/intro.html
cheers,
Chris