Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 416635 - Please add new var EMERGE_INFO_OPTS for emerge --info
Summary: Please add new var EMERGE_INFO_OPTS for emerge --info
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-19 14:52 UTC by Manuel Rüger (RETIRED)
Modified: 2020-01-01 20:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Rüger (RETIRED) gentoo-dev 2012-05-19 14:52:34 UTC
During the installation of packages I want portage to be verbose, but on "emerge --info" should be kept short and nice.

The problem:
"emerge --info" takes care of EMERGE_DEFAULT_OPTS

If you have set EMERGE_DEFAULTS_OPTS="-v", this will give you a great amount of data, you possibly don't want to see (because many of them are not useful and some even might harm privacy, if pastebin'd).

So please consider adding a new var EMERGE_INFO_OPTS, that will be evaluated instead of EMERGE_DEFAULT_OPTS, when emerge --info is processed.
Comment 1 Zac Medico gentoo-dev 2012-05-19 18:31:36 UTC
I think a new variable would be too much for this. How about if we make it so that you can get your desired behavior by setting --verbose-info=n in EMERGE_DEFAULT_OPTS?
Comment 2 Manuel Rüger (RETIRED) gentoo-dev 2012-05-19 18:57:47 UTC
yes you are right. this is the better solution and solves my usecase, too