Derek Richardson wrote:
I guessed that it would be pegged to 3.0-final but I'm discovering I am wrong.
huh?
If I need to test my product on multiple plone versions (3.0 final, projected 3.0.1, projected 3.5), how do I accomplish this with buildout?
plone.recipe.plone tracks what's in dist_plone at a time when the release is made. It should point to the Plone 3 products tarball, and all the eggs for 3.0 final, with fixed versions.
The best way to peg it, is to do: [plone] recipe = plone.recipe.plone==3.0 What are you seeing that makes you think otherwise? Martin -- Acquisition is a jealous mistress _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
