buildout-md5sums

A zc.builout extension that allows you to specify and enforce md5 checksums for all downloads
Download

buildout-md5sums Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Filip Noetzel
  • Publisher web site:
  • http://filip.noetzel.co.uk/

buildout-md5sums Tags


buildout-md5sums Description

A zc.builout extension that allows you to specify and enforce md5 checksums for all downloads buildout-md5sums is a zc.builout extension that allows you to specify and enforce md5 checksums for all downloads.Simple usage:Use a buildout.cfg like this and the md5sum for the download-python target will be checked:extensions = buildout-md5sumsmd5sums = http://python.org/ftp/python/2.6.6/Python-2.6.6.tar.bz2 = 376df294ae16e9601da989f8c4d8d432 http://python.org/ftp/python/2.7/Python-2.7.tar.bz2 = 0e8c9ec32abf5b732bea7d91b38c3339parts = download-pythonpython = 2.6.6recipe = hexagonit.recipe.downloadurl = http://python.org/ftp/python/${versions:python}/Python-${versions:python}.tar.bz2Using this setup, you can switch the downloaded version of python on the command line while keeping the cryptographic checking alive:./bin/buildout versions:python=2.7 install download-pythonDisallowing downloads without md5sumsIf your buildout.cfg like this, the extension will make the buildout fail if there is a download using zc.buildout.download without a md5sum specified:extensions = buildout-md5sumsallow-picked-downloads = false Requirements: · Python


buildout-md5sums Related Software