Make the mail_summary elog module copy needed variables from the config
authorZac Medico <zmedico@gentoo.org>
Sat, 11 Sep 2010 17:53:43 +0000 (10:53 -0700)
committerZac Medico <zmedico@gentoo.org>
Sat, 11 Sep 2010 17:53:43 +0000 (10:53 -0700)
commit39d7a0741d5573a26cac3f91cc0e59cae97b755b
tree0eba09f3ae28381ccdd10fc3d962abfaf881b524
parent153788f4f04ed70f0f980a785d0153a149624057
Make the mail_summary elog module copy needed variables from the config
instance, since we don't need to hold a reference for the whole thing.
This also makes it possible to rely on per-package variable settings that
may have come from /etc/portage/package.env, since we'll be isolated from
any future mutations of mysettings.
pym/portage/elog/mod_mail_summary.py
pym/portage/mail.py