Fix some _doebuild_exit_status_check() calls so that they only happen when
authorZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 06:59:41 +0000 (06:59 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 06:59:41 +0000 (06:59 -0000)
commitfcd329c9bd8efc11a77ca56b95ddfbb6776ec15c
treea60aafa0e18a181330f339cce9556d7b2b5ce4be
parent67646c480c1f52ec1d4a2b77939b1e3b9fe663ee
Fix some _doebuild_exit_status_check() calls so that they only happen when
the bash process exits successfully (for consistency with usage elsewhere).
When calling this functions, we're mainly concerned about false success, and
we always want to allow things like using bashrc die hooks to clean up
$PORTAGE_BUILDDIR for users that are building in tmpfs (in which case the
exit status file may be removed before bash exits). (trunk r13296)

svn path=/main/branches/2.1.6/; revision=13467
pym/portage/__init__.py