projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f612dcd
)
Bug #267103 - In action_build(), check for config file updates in
author
Zac Medico
<zmedico@gentoo.org>
Fri, 10 Sep 2010 05:47:56 +0000
(22:47 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 10 Sep 2010 05:47:56 +0000
(22:47 -0700)
/etc/portage and warn if necessary.
pym/_emerge/actions.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/actions.py
b/pym/_emerge/actions.py
index b76195cb9a45c3fe3a9bf4fcf4e3986c6613f33c..6eca451ded91a03da8b0466133901fa63a370751 100644
(file)
--- a/
pym/_emerge/actions.py
+++ b/
pym/_emerge/actions.py
@@
-73,6
+73,10
@@
def action_build(settings, trees, mtimedb,
if '--usepkgonly' not in myopts:
old_tree_timestamp_warn(settings['PORTDIR'], settings)
+ # It's best for config updates in /etc/portage to be processed
+ # before we get here, so warn if they're not (bug #267103).
+ chk_updated_cfg_files(settings['EROOT'], ['/etc/portage'])
+
# validate the state of the resume data
# so that we can make assumptions later.
for k in ("resume", "resume_backup"):