In EbuildFetcher._start(), don't touch the build dir when in prefetch mode.
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 03:27:55 +0000 (03:27 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 03:27:55 +0000 (03:27 -0000)
commit2bba3340e02503d84f1e9437b9c13b66ffb15659
treead0b9b2f6ddd03ccac2cd9335f677cf208599846
parent9dac64d8db6bc89acebeb2ff7e2d8a19f378d924
In EbuildFetcher._start(), don't touch the build dir when in prefetch mode.
In this case, logging goes to emerge-fetch.log and the builddir should not be
touched since otherwise it could interfere with another instance of the same
cpv concurrently being built for a different $ROOT (currently, builds only
cooperate with prefetchers that are spawned for the same $ROOT). Thanks to
Daniel Robbins for reporting this issue. (trunk r12558)

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