2 Apr
2010
2 Apr
'10
2:56 p.m.
On Fri, Apr 2, 2010 at 10:51 AM, Marius Gedminas <marius@gedmin.as> wrote:
Maybe it would make sense to add a command-line option for buildout to override version pins?
bin/buildout -t 2 -c configfile --pin zc.buildout=1.4.3 \ --pin setuptools=0.9c11
with "--pin zc.buildout=" meaning "use latest version, disregarding the pin in the config file."
Already implemented: bin/buildout -t 2 -c configfile \ versions:zc.buildout=1.4.3 \ versions:setuptools=0.9c11 -Fred -- Fred L. Drake, Jr. <fdrake at gmail.com> "Chaos is the score upon which reality is written." --Henry Miller