Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 559012 - sys-apps/portage should pass emerge --sync (non-)verbosity to sync-modules
Summary: sys-apps/portage should pass emerge --sync (non-)verbosity to sync-modules
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All All
: Normal trivial (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on: 798708 875812
Blocks: 240187
  Show dependency tree
 
Reported: 2015-08-28 09:38 UTC by Christian Bricart
Modified: 2023-12-14 09:02 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 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