summaryrefslogtreecommitdiffstats
path: root/pym/cache/util.py
Commit message (Collapse)AuthorAgeFilesLines
* Bug #196680 - Handle a CacheError inside mirror_cache() whenZac Medico2007-10-221-0/+4
| | | | | | reading from the source cache. (trunk r8222) svn path=/main/branches/2.1.2/; revision=8223
* Implement iterkeys on top of __iter__ instead of vice versa. Thanks to ↵Zac Medico2007-06-221-1/+1
| | | | | | Brian Harring for the suggestion. (trunk r6918) svn path=/main/branches/2.1.2/; revision=6934
* Remove more unnecessary list generation. (trunk r6912)Zac Medico2007-06-221-5/+2
| | | | svn path=/main/branches/2.1.2/; revision=6931
* In order to correctly handl the case of target caches that don't have ↵Zac Medico2007-02-031-1/+3
| | | | | | complete eclass entries, validate the set of interited eclasses to make sure it is correct (since timestamp validation is not applicable). (trunk r5880) svn path=/main/branches/2.1.2/; revision=5881
* For bug #160893, ignore a KeyError during cache cleansing since that key ↵Zac Medico2007-01-081-1/+4
| | | | | | isn't wanted anyway. svn path=/main/trunk/; revision=5483
* 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