projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bad133
)
Restore the old behavior of performing global updates when portage is reloaded after...
author
Zac Medico
<zmedico@gentoo.org>
Sun, 4 Jun 2006 00:09:27 +0000
(
00:09
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 4 Jun 2006 00:09:27 +0000
(
00:09
-0000)
svn path=/main/trunk/; revision=3451
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 5e63fd4ff837b2a6690b85cbc9aeaf6098083efc..7c4a3d0e1f8f5fcc319fd768efa5b76b45862707 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-3043,6
+3043,8
@@
if myaction in ["sync","metadata"] and (not "--help" in myopts):
portage.portageexit()
reload(portage)
+ portage.global_updates(
+ portage.settings, portage.db, portage.mtimedb["updates"])
mybestpv=portage.portdb.xmatch("bestmatch-visible","sys-apps/portage")
mypvs=portage.best(portage.db[portage.root]["vartree"].dbapi.match("sys-apps/portage"))