projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e2d2b4
)
For --buildpkgonly, say "built" instead of "merged" in the "These are the packages...
author
Zac Medico
<zmedico@gentoo.org>
Fri, 27 Jul 2007 18:57:22 +0000
(18:57 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 27 Jul 2007 18:57:22 +0000
(18:57 -0000)
svn path=/main/trunk/; revision=7405
pym/emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/emerge/__init__.py
b/pym/emerge/__init__.py
index b76874758d278149a2647dadb402819be988908f..72093180348a0563c3c5b4756e38d3b49d6ea536 100644
(file)
--- a/
pym/emerge/__init__.py
+++ b/
pym/emerge/__init__.py
@@
-5602,6
+5602,8
@@
def action_build(settings, trees, mtimedb,
action = ""
if "--fetchonly" in myopts or "--fetch-all-uri" in myopts:
action = "fetched"
+ elif "--buildpkgonly" in myopts:
+ action = "built"
else:
action = "merged"
if "--tree" in myopts and action != "fetched": # Tree doesn't work with fetching