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

Bug 559012

Summary: sys-apps/portage should pass emerge --sync (non-)verbosity to sync-modules
Product: Portage Development Reporter: Christian Bricart <christian>
Component: Enhancement/Feature RequestsAssignee: Portage team <dev-portage>
Status: CONFIRMED ---    
Severity: trivial CC: esigra
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 798708, 875812    
Bug Blocks: 240187    

Description Christian Bricart 2015-08-28 09:38:07 UTC
when having an i.e SVN repo in e.g.
/etc/portage/repos.conf/local_overlay.conf:

[local_overlay]
location = /usr/local/portage
auto-sync = yes
sync-type = svn
sync-uri = https://svn.somehost.tld/overlay

and you call "emerge -q --sync", you'll get:

host ~ # emerge -q --sync
Updating '.':
At revision 91.
host ~ #

the "svn update" command of the sync module should inherit the wanted verbosity level of the calling emerge, i.e:

svn [-q|--quiet] update



Reproducible: Always