Hey everybody,
Just thought I would share how to override the versions specified in
getpaid.recipe.release. If an egg is specified directly in the part of
the recipe, the version can be overridden/unpinned.
If the recipe is used like this:
[getpaid]
recipe = getpaid.recipe.release
eggs =
five.intid
five.intid will be unpinned.
You can then, if needed, specify another version to pin in the
[versions]-section of your buildout.
Thanks to Maurits van Rees for writing about this in his blog here:
http://maurits.vanrees.org/weblog/archive/2008/01/easily-creating-repeatable-buildouts
Happy sprinting,
Sune B. Wøller