summaryrefslogtreecommitdiffstats
path: root/pym/cache/util.py
Commit message (Collapse)AuthorAgeFilesLines
* Make sure trg is defined.Zac Medico2006-11-041-1/+2
| | | | svn path=/main/trunk/; revision=4925
* When transferring cache after sync, compare all metadata to make sure it is ↵Zac Medico2006-11-041-0/+16
| | | | | | identical (don't trust _mtime_ and _eclasses_ alone). Local tests show that this can add approximately 15% more time to the metadata update, but it's needed for things like bug #153591. svn path=/main/trunk/; revision=4924
* Replace relative imports with absolute imports for forward compatibility ↵Zac Medico2006-09-181-1/+1
| | | | | | with python 2.6. svn path=/main/trunk/; revision=4470
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* Catch an uncaught CacheCorruption for the traceback from bug #126692.Zac Medico2006-05-031-1/+7
| | | | svn path=/main/trunk/; revision=3313
* Fix misuse of dict.fromkeys class method so that cache cleansing works ↵Zac Medico2006-03-121-1/+1
| | | | | | during `emerge --metadata` runs. svn path=/main/trunk/; revision=2861
* replacement cache subsystem that's gestated in 2.1 and 3.0.Brian Harring2005-11-051-0/+103
it rocks your world, baby. svn path=/main/branches/2.0/; revision=2257