Define Plone version in buildout

5 Messages Forum Options Options
Embed this topic
Permalink
Erik Lindblad-2
Define Plone version in buildout
Reply Threaded MoreMore options
Print post
Permalink
Hi all

Well, the title says it all, I would like to use Plone 3.0.6 in a
buildout instead of 3.1. Does anyone know how to do this?

Kindest regards

Erik Lindblad

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Plone-Users mailing list
Plone-Users@...
https://lists.sourceforge.net/lists/listinfo/plone-users
Jonathan Mark-2
Re: Define Plone version in buildout
Reply Threaded MoreMore options
Print post
Permalink
Maurits Van Rees wrote this easy-to-understand article on how to "pin"
plone or eggs in your buildouts to specific versions. I followed the
instructions and it just works.

http://maurits.vanrees.org/weblog/archive/2008/01/easily-creating-repeatable-buildouts

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Plone-Users mailing list
Plone-Users@...
https://lists.sourceforge.net/lists/listinfo/plone-users
pepe
Re: Define Plone version in buildout
Reply Threaded MoreMore options
Print post
Permalink
In reply to this post by Erik Lindblad-2


[plone]
recipe = plone.recipe.plone == 3.0.6


Erik Lindblad wrote:

> Hi all
>
> Well, the title says it all, I would like to use Plone 3.0.6 in a
> buildout instead of 3.1. Does anyone know how to do this?
>
> Kindest regards
>
> Erik Lindblad
>
> -------------------------------------------------------------------------
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> _______________________________________________
> Plone-Users mailing list
> Plone-Users@...
> https://lists.sourceforge.net/lists/listinfo/plone-users
>
>  

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Plone-Users mailing list
Plone-Users@...
https://lists.sourceforge.net/lists/listinfo/plone-users
Jonathan Mark-2
Re: Define Plone version in buildout
Reply Threaded MoreMore options
Print post
Permalink
Van Rees mentions that there are multiple ways to pin versions, but
says that the methods he describes always work in all instances.

His recommended way is:

(1) Add the following to buildout

[buildout]
...
versions = versions


(2) Then add a versions section to buildout.cfg, if you don't already
have one, and add the plone version.

[versions]
plone.recipe.plone = 3.0.6


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Plone-Users mailing list
Plone-Users@...
https://lists.sourceforge.net/lists/listinfo/plone-users
Erik Lindblad-2
Re: Define Plone version in buildout
Reply Threaded MoreMore options
Print post
Permalink
Many thanks for your solutions, the Van Rees article helped a lot. It
is working now.

Kindest regards

Erik

On 5 Juli, 16:40, Jonathan Mark <jonathansam...@...> wrote:

> Van Rees mentions that there are multiple ways to pin versions, but
> says that the methods he describes always work in all instances.
>
> His recommended way is:
>
> (1) Add the following to buildout
>
> [buildout]
> ...
> versions = versions
>
> (2) Then add a versions section to buildout.cfg, if you don't already
> have one, and add the plone version.
>
> [versions]
> plone.recipe.plone = 3.0.6
>
> -------------------------------------------------------------------------
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now athttp://www.sourceforge.net/community/cca08
> _______________________________________________
> Plone-Users mailing list
> Plone-Us...@...://lists.sourceforge.net/lists/listinfo/plone-users

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Plone-Users mailing list
Plone-Users@...
https://lists.sourceforge.net/lists/listinfo/plone-users