
May 1, 2010
3:27 p.m.
On Sat, May 1, 2010 at 4:35 AM, Tarek Ziadé <ziade.tarek@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