During the post src_install QA checks, log to a temporary file
authorZac Medico <zmedico@gentoo.org>
Sun, 22 Aug 2010 22:25:17 +0000 (15:25 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 22 Aug 2010 22:25:17 +0000 (15:25 -0700)
commit33755e00689f9c7e7d646495d1851408e9a34ff9
tree397416376007adad1847aba0a087fba95d276c4f
parent177b719a112d2661b7d6da669625b8e61deb6062
During the post src_install QA checks, log to a temporary file
since the code we are running reads PORTAGE_LOG_FILE, and we
want to avoid annoying "gzip: unexpected end of file" messages
when FEATURES=compress-build-logs is enabled.
pym/_emerge/EbuildPhase.py
pym/_emerge/MiscFunctionsProcess.py