Make update_config_files() take a dict of {repo_name: list} since it's more
authorZac Medico <zmedico@gentoo.org>
Sun, 1 Aug 2010 08:14:51 +0000 (01:14 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 1 Aug 2010 08:14:51 +0000 (01:14 -0700)
commit7f59dca5ca8a7a8fd5cda5912174698b93dc0dac
treec20be4baa92d0abcf77ffd38e8e11c4cb16d81eb
parent3282ac5c7b9ec7102a8ac6683c1647366cee0ba8
Make update_config_files() take a dict of {repo_name: list} since it's more
efficient this way, and this function can't be called separately for each
repo if /etc/portage is under CONFIG_PROTECT (because it would produce
separate updated files for each repo).
pym/portage/_global_updates.py
pym/portage/update.py