[Distutils] Beta release of zc.buildout 1.5.0

Jim Fulton jim at zope.com
Sat May 1 17:27:30 CEST 2010


On Sat, May 1, 2010 at 4:35 AM, Tarek Ziadé <ziade.tarek at gmail.com>
wrote:
...
> An explicit upgrade step would be perfect: people won't have to
> prevent auto-upgrades
> by adding options. I am wondering how hard it would be to apply the
> same principal
> to all eggs in the buildout, but maybe this is a bit out of scope

It's easy.  Run buildout with -N or use:

  [buildout]
  newest = False

And, of course, buildout also let's you specify specific versions for
projects, via either project requirements or a versions section.

Jim

--
Jim Fulton


More information about the Distutils-SIG mailing list