projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74d344c
)
In EbuildBuild._pre_clean_exit() is _default_exit instead of
author
Zac Medico
<zmedico@gentoo.org>
Thu, 9 Sep 2010 23:24:29 +0000
(16:24 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 9 Sep 2010 23:24:29 +0000
(16:24 -0700)
_final_exit where appropriate.
pym/_emerge/EbuildBuild.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/EbuildBuild.py
b/pym/_emerge/EbuildBuild.py
index f058cae12c3af926f46488389d0024182147d92d..b319596aca314d7120a0fe37a3c263beb2edc19b 100644
(file)
--- a/
pym/_emerge/EbuildBuild.py
+++ b/
pym/_emerge/EbuildBuild.py
@@
-131,7
+131,7
@@
class EbuildBuild(CompositeTask):
self._start_task(pre_clean_phase, self._pre_clean_exit)
def _pre_clean_exit(self, pre_clean_phase):
- if self._
final
_exit(pre_clean_phase) != os.EX_OK:
+ if self._
default
_exit(pre_clean_phase) != os.EX_OK:
self._unlock_builddir()
self.wait()
return