In EbuildFetcher._start(), don't touch the build dir when in prefetch mode.
authorZac Medico <zmedico@gentoo.org>
Wed, 28 Jan 2009 18:39:48 +0000 (18:39 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 28 Jan 2009 18:39:48 +0000 (18:39 -0000)
commit6e54445aadafe9125a24fb415da874febeb2fdb8
tree2faa9323c7622eb50991f59985eba244008e6cbb
parent43e23f470a35215a96c646d107e3a6dc31d16216
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.

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