projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feb5aed
)
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:58 +0000
(18:57 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 27 Jul 2007 18:57:58 +0000
(18:57 -0000)
svn path=/main/branches/2.1.2/; revision=7406
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 2e783f73be542a135137dd68b23039cfda61cab7..95762b7a786d827f40fe66731d07679edea3760d 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-5565,6
+5565,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