Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 563238

Summary: app-portage/eix "eix-sync -q" isn't quiet for git nowadays
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Martin Väth <martin>
Status: RESOLVED INVALID    
Severity: normal CC: hanno
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Toralf Förster gentoo-dev 2015-10-16 13:36:40 UTC
pls silence for that sync method too - thx
Comment 1 Martin Väth 2015-10-16 15:11:17 UTC
eix-sync -q closes stdout; I think doing anything more (like closing stderr or magically "guessing" desired options $emergecmd) does not seem appropriate.
Do this manually if you really want it (and if you know what you are doing)!
You can use something like this in your eix-sync.conf (untested!):

!if $quiet; then exec 2>/dev/null; fi

or

!if $quiet; then Push emergecmd --quiet; fi
Comment 2 Toralf Förster gentoo-dev 2015-10-16 21:43:59 UTC
ah - right - git outputs to stderr those messages.

FWIW I couldn't get the given examples up and running, but nevertheless - not a bug.
Comment 3 Martin Väth 2015-12-23 06:51:58 UTC
*** Bug 569256 has been marked as a duplicate of this bug. ***