Bug #261992 - Replace the EbuildBuildDir.clean() method with a clean_log()
authorZac Medico <zmedico@gentoo.org>
Thu, 12 Mar 2009 05:57:42 +0000 (05:57 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 12 Mar 2009 05:57:42 +0000 (05:57 -0000)
commit0892903a84b698a7b50db396307af6c1a1216543
treee2f9dc0d68d38209d89ea0f96689af91e64fbebd
parent9b60960253474c9fff59a84f5c6d97ad122447d4
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.
(trunk r13071)

svn path=/main/branches/2.1.6/; revision=13085
pym/_emerge/__init__.py