Don't know if I'm hijacking thread, but:

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>

>
>
> 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
> 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