summaryrefslogtreecommitdiffstats
path: root/pym/portage_checksum.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependency on the core portage module from portage_manifest.Zac Medico2006-04-091-0/+2
| | | | svn path=/main/trunk/; revision=3109
* For compatibility, return a tuple of 3 when an OSError is raised in ↵Zac Medico2006-04-091-1/+1
| | | | | | portage_checksum.verify_all() svn path=/main/trunk/; revision=3105
* FileNotFoundException should be used with the filenameMarius Mauch2006-03-251-1/+1
| | | | svn path=/main/trunk/; revision=2995
* Add manifest2 support.Marius Mauch2006-03-241-5/+12
| | | | svn path=/main/trunk/; revision=2990
* Remove the leading / from PRIVATE_PATH (var/lib/portage) for better ↵Zac Medico2006-03-051-1/+1
| | | | | | cooperation with os.path.join (see bug #124471). svn path=/main/trunk/; revision=2815
* fix perform_checksum.perform_checksum() so that it wraps FileNotFound exceptionsZac Medico2006-02-121-3/+7
| | | | svn path=/main/trunk/; revision=2697
* avoid unnecessary stat by catching ENOENT error instead of using ↵Zac Medico2006-02-101-1/+7
| | | | | | os.path.exists() svn path=/main/trunk/; revision=2690
* reenable multi-hash and make error message a bit more usefulMarius Mauch2006-01-081-1/+1
| | | | svn path=/main/trunk/; revision=2544
* Check and raise an exception when a hash function is missing during digesting.Jason Stubbs2005-12-301-0/+3
| | | | svn path=/main/trunk/; revision=2498
* Make digest errors more verboseMarius Mauch2005-12-191-4/+6
| | | | svn path=/main/trunk/; revision=2412
* adding multi-hash supportMarius Mauch2005-12-191-44/+60
| | | | svn path=/main/trunk/; revision=2410
* zmedico's prelink optimizationJason Stubbs2005-09-291-14/+8
| | | | svn path=/main/branches/2.0/; revision=2044
* bye bye mr. cvs_id_stringBrian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1953
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+134
svn path=/main/branches/2.0/; revision=1941