Remove paths from _eclasses_ serialization in the cache. This makes the mtimes of...
authorZac Medico <zmedico@gentoo.org>
Tue, 24 Oct 2006 07:20:12 +0000 (07:20 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 24 Oct 2006 07:20:12 +0000 (07:20 -0000)
commit630ad8983eaa46ff1962454be001befb2120d1b9
tree601430115faa0ff2dcda718566952f0f6028fce5
parentc8162735497d172dfdc1db7164cc8ed8b074943d
Remove paths from _eclasses_ serialization in the cache.  This makes the mtimes of the eclasses the only thing that distinguishes them, but the probablility of collision is negligible.  This same _eclasses_ format will be used to serialize eclass mtimes in cache that is distributed via the rsync mirrors.  The deserialization code can handle mixtures of both the old and new formats.

svn path=/main/trunk/; revision=4807
pym/cache/template.py
pym/eclass_cache.py