summaryrefslogtreecommitdiffstats
path: root/pym/portage/cache/cache_errors.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Add a new egencache --rsync option which enables a stat collision workaroundZac Medico2009-03-311-0/+22
| | | | | | | | | | | | for cases in which the content of a cache entry changes and neither the file mtime nor size changes (preventing rsync from detecting changes). See bug #139134. This option should only be needed for distribution via something like rsync, which relies on timestamps and file sizes to detect changes. It's not needed with git since that uses a more thorough mechanism which allows it to detect changed inode numbers (described in racy-git.txt in the git technical docs). svn path=/main/trunk/; revision=13262
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+41
svn path=/main/trunk/; revision=5778