projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f0c34d
)
Bug #253336 - Set PORTAGE_VERBOSE=1 so that files are displayed as they are
author
Zac Medico
<zmedico@gentoo.org>
Sat, 3 Jan 2009 01:17:24 +0000
(
01:17
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 3 Jan 2009 01:17:24 +0000
(
01:17
-0000)
merge.
svn path=/main/trunk/; revision=12376
bin/ebuild
patch
|
blob
|
history
diff --git
a/bin/ebuild
b/bin/ebuild
index ebb96f0bb3e9ef96b200f5bc8cf655f9a9f9d7cc..ccd1fc9d43791a28d9ade472cab92e88c5a5a307 100755
(executable)
--- a/
bin/ebuild
+++ b/
bin/ebuild
@@
-177,6
+177,8
@@
def discard_digests(myebuild, mysettings, mydbapi):
portage.settings.validate() # generate warning messages if necessary
tmpsettings = portage.config(clone=portage.settings)
+tmpsettings["PORTAGE_VERBOSE"] = "1"
+tmpsettings.backup_changes("PORTAGE_VERBOSE")
if "test" in pargs:
# This variable is a signal to config.regenerate() to
# indicate that the test phase should be enabled regardless