summaryrefslogtreecommitdiffstats
path: root/pym/portage_checksum.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace compat symlinks with a new compat module as the symlink solution ↵Marius Mauch2007-02-171-1/+1
| | | | | | prevents reuse of state information (requested by ferringb) svn path=/main/trunk/; revision=5981
* Namespace sanitizing, step 1Marius Mauch2007-01-251-219/+1
| | | | svn path=/main/trunk/; revision=5778
* Use try/finally to ensure that locks are properly released in ↵Zac Medico2006-11-141-27/+27
| | | | | | perform_checksum(). svn path=/main/trunk/; revision=5031
* Thanks to Chris White for these portage_checksum docstrings.Zac Medico2006-11-071-0/+51
| | | | svn path=/main/trunk/; revision=4972
* Just use the raise statement alone to re-raise exceptions.Zac Medico2006-07-111-2/+2
| | | | svn path=/main/trunk/; revision=3835
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* 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