On 2/8/11 8:05 PM, Noe Misael Nieto Arroyo wrote:
Don't know if I'm hijacking thread, but:


As mentioned here
http://bluedynamics.com/articles/johannes/minimal-plone4-buildout

[buildout]
parts = instance
extends = http://dist.plone.org/release/4.0-latest/versions.cfg
find-links = http://dist.repoze.org/

[instance]
recipe = plone.recipe.zope2instance
eggs =
    Plone
    PIL


is sufficient to build the most recent Plone from the 4.0.x
series.

Raphael

If you have a buildout like this:

[buildout]
extends =
http://dist.plone.org/release/4.0.2/versions.cfg

find-links =
http://dist.plone.org/release/4.0.2
http://dist.plone.org/thirdparty


Then upgrading to plone 4.0.3 is as easy as changing the release numbers
in extends and find-links to 4.0.3:


[buildout]
extends =
http://dist.plone.org/release/4.0.3/versions.cfg

find-links =
http://dist.plone.org/release/4.0.3
http://dist.plone.org/thirdparty

cheers.
--
Noe

2011/2/5 abadger <d...@netfm.org
<mailto:d...@netfm.org>>



    Reading other posts, I can see you can change find-links in base.cfg to

    http://dist.plone.org/release/4.0-latest/

    But running buildout does not upgrade the core packages from Plone
    4.0.2 ...
    so is there an easy way to upgrade ?

    Thx Dave

    --
    View this message in context:
    
http://plone.293351.n2.nabble.com/How-to-upgrade-from-4-0-2-to-4-0-3-tp5996813p5996813.html
    Sent from the Installation, Setup, Upgrades mailing list archive at
    Nabble.com.
    _______________________________________________
    Setup mailing list
    Setup@lists.plone.org
    <mailto:Setup@lists.plone.org>
    https://lists.plone.org/mailman/listinfo/setup




_______________________________________________
Setup mailing list
Setup@lists.plone.org
https://lists.plone.org/mailman/listinfo/setup

Reply via email to