From: Zac Medico Date: Tue, 7 Oct 2008 09:03:45 +0000 (-0000) Subject: When EbuildBuild encounters a failed fetch, propagee the log path so that X-Git-Tag: v2.2_rc12~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bf9c3fc958b17095d28cff772956cb1691f36713;p=portage.git When EbuildBuild encounters a failed fetch, propagee the log path so that it can be properly displayed in the status display. svn path=/main/trunk/; revision=11649 --- diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 47ad0c68e..0f1074daa 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -2471,6 +2471,8 @@ class EbuildBuild(CompositeTask): return if self._default_exit(fetcher) != os.EX_OK: + if fetcher.logfile is not None: + self.settings["PORTAGE_LOG_FILE"] = fetcher.logfile self.wait() return