In EbuildProcess._start(), don't open the log file during the clean phase
authorZac Medico <zmedico@gentoo.org>
Fri, 21 Nov 2008 21:28:58 +0000 (21:28 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 21 Nov 2008 21:28:58 +0000 (21:28 -0000)
commit826a95ce77c9ea2dccf74d7317c212be42d29cea
tree0dc5828ca2204f18faea96492fe590b9d75a37f7
parent9504d6638cf0a8e8b88b7964847b44edf3866870
In EbuildProcess._start(), don't open the log file during the clean phase
since the open file can result in an nfs lock on $T/build.log which prevents
the clean phase from removing $T. Thanks to Jeremy Olexa <darkside@g.o> for
reporting. (trunk r12016)

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