Sunday, February 3, 2013

Robust buildout

If you followed the pyramid instructions from a previous post, you have a buildout.cfg file which lists package dependencies. Unfortunately, buildout by default lacks some reproducibility. Follow these instructions to specify the exact versions of the packages to use, which can be determined with the following command:

bin/buildout -Novvvvv|sed -ne 's/^Picked: //p'|sort -u