projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1af081
)
For --buildpkgonly, say "built" instead of "merged" in the "These are the packages...
author
Zac Medico
<zmedico@gentoo.org>
Mon, 30 Jul 2007 07:02:17 +0000
(07:02 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 30 Jul 2007 07:02:17 +0000
(07:02 -0000)
svn path=/main/branches/2.1.2.9/; revision=7508
bin/emerge
patch
|
blob
|
history
diff --git
a/bin/emerge
b/bin/emerge
index 6a4260ca37ad9b597d0c4cb5b4fe1054a2e99e6d..fa6779fadc7d4ff988db71c01c2661e001221006 100755
(executable)
--- a/
bin/emerge
+++ b/
bin/emerge
@@
-4894,6
+4894,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