[Zope-dev] zc.buildout "not upgrading" issue (was Re: RFC: 3.4.1 KGS?)

Fred Drake fdrake at gmail.com
Fri Apr 2 10:56:04 EDT 2010


On Fri, Apr 2, 2010 at 10:51 AM, Marius Gedminas <marius at 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


More information about the Zope-Dev mailing list