Bug #327883 - Make EbuildBuild call the pre-clean phase prior to
authorZac Medico <zmedico@gentoo.org>
Fri, 16 Jul 2010 18:17:08 +0000 (11:17 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 16 Jul 2010 18:17:08 +0000 (11:17 -0700)
commit9d088f74ab50a6609b5c433997597acda412b239
tree91cc2734b5b2b666df5db12f4da20555b4697bd7
parent375c6d94bd6b79b871856c02d0f331a9eff48d3b
Bug #327883 - Make EbuildBuild call the pre-clean phase prior to
EbuildFetcher, in order to avoid re-use/removal of a build log
from a previously failed build. This involves moving the pre-clean
phase from EbuildExecuter to EbuildBuild, and moving build dir
handling from EbuildFetcher to EbuildBuild.
pym/_emerge/EbuildBuild.py
pym/_emerge/EbuildExecuter.py
pym/_emerge/EbuildFetcher.py