projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fefe35
)
Call elog_process before calling the "clean" phase for --buildpkgonly mode.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 2 Oct 2008 00:57:46 +0000
(
00:57
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 2 Oct 2008 00:57:46 +0000
(
00:57
-0000)
svn path=/main/trunk/; revision=11606
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index 8a7175fd45755f507ae87246685bb9b8be3961aa..865e17198c14158cfdbc57a2e6f889c74c4e3fe9 100644
(file)
--- a/
pym/_emerge/__init__.py
+++ b/
pym/_emerge/__init__.py
@@
-2538,6
+2538,7
@@
class EbuildBuild(CompositeTask):
if self._default_exit(packager) == os.EX_OK and \
self.opts.buildpkgonly:
# Need to call "clean" phase for buildpkgonly mode
+ portage.elog.elog_process(self.pkg.cpv, self.settings)
phase = "clean"
clean_phase = EbuildPhase(background=self.background,
pkg=self.pkg, phase=phase,