From a1dd09f64ccefbff495d0607aeec5422f32b93fb Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 22 Jun 2007 23:35:43 +0000 Subject: - Make elog finalize() handling safe for PORTAGE_CONFIGROOT. (trunk r6955) - Dump mod_echo elog output inside post_emerge(), just before the other notifications that happen at exit. (trunk r6953) svn path=/main/branches/2.1.2/; revision=6958 --- bin/emerge | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/emerge') diff --git a/bin/emerge b/bin/emerge index c2053c0a9..3d6e9e245 100755 --- a/bin/emerge +++ b/bin/emerge @@ -3760,6 +3760,11 @@ def post_emerge(settings, mtimedb, retval): emergelog("notitles" not in settings.features, " *** exiting successfully.") + # Dump the mod_echo output now so that our other notifications are shown + # last. + from elog_modules import mod_echo + mod_echo.finalize() + if "noinfo" not in settings.features: chk_updated_info_files(target_root, infodirs, info_mtimes, retval) -- cgit v1.2.3-1-g7c22