Re: zc.buildout "not upgrading" issue (was Re: RFC: 3.4.1 KGS?)
Fred Drake <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Apr 2, 2010 at 10:51 AM, Marius Gedminas <[email protected]> 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 _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )