In dblink.treewalk(), use os.walk() instead of portage.listdir()
authorZac Medico <zmedico@gentoo.org>
Sat, 13 Oct 2007 06:08:55 +0000 (06:08 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 13 Oct 2007 06:08:55 +0000 (06:08 -0000)
commit836560e718315bd76865042ae5b88a6ee11c4765
treeb5b2eb827a3de4f0af224d9e29766a9b47817e8b
parent4a516031391a94d60924b61e5799469a9602c1c4
In dblink.treewalk(), use os.walk() instead of portage.listdir()
in order to avoid cacheddir() bloat when listing the files to be
merged from ${D}.

Remove a chdir() call that's no longer needed for the
collision-protect symlink code.

(trunk r8095:8098)

svn path=/main/branches/2.1.2/; revision=8099
pym/portage.py