When using a zc.buildout based deployment system you want to be able to reproduce the same setup with the same set of egg versions one month later. Without pinning all eggs picked by zc.buildout the task is impossible.
buildout.dumppickedversions is a buildout extension that does just that. It can print or generate a versions.cfg file with all eggs picked by zc.buildout. The 0.2 release is the result of some feedback I got especially from Martin. On how to use it see: http://pypi.python.org/pypi/buildout.dumppickedversions Try it and give some feedback.











