Bug #261992 - Replace the EbuildBuildDir.clean() method with a clean_log()
authorZac Medico <zmedico@gentoo.org>
Thu, 12 Mar 2009 05:32:59 +0000 (05:32 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 12 Mar 2009 05:32:59 +0000 (05:32 -0000)
commit0d2cd06c85b3ef31cb491f31edfa319fcc4adf25
tree5e3424c57192dfb9894e2851c0f46c995624a0b0
parent3b44fff5b04d13dfa2af6c2c948076cd38dd350f
Bug #261992 - Replace the EbuildBuildDir.clean() method with a clean_log()
method since log cleanup is all that's currently needed and shutil.rmtree()
can fail with "OSError: [Errno 36] File name too long" due to strange file
names, or on FreeBSD it can fail with EPERM due to file flags in $D.

svn path=/main/trunk/; revision=13071
pym/_emerge/__init__.py