Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 569256 - eix-sync -q not quiet when using git sync
Summary: eix-sync -q not quiet when using git sync
Status: RESOLVED DUPLICATE of bug 563238
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Third-Party Tools (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Martin Väth
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-23 00:03 UTC by Hanno Böck
Modified: 2015-12-23 06:51 UTC (History)
2 users (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 Hanno Böck gentoo-dev 2015-12-23 00:03:52 UTC
When I run "eix-sync -q" on a system that syncs portage not via rsync, but via git, it is not quiet.

Output example:
remote: Counting objects: 8491, done.
remote: Compressing objects: 100% (3809/3809), done.
remote: Total 8491 (delta 8127), reused 5002 (delta 4650), pack-reused 0
Empfange Objekte: 100% (8491/8491), 2.28 MiB | 0 bytes/s, Fertig.
Löse Unterschiede auf: 100% (8127/8127), abgeschlossen mit 3489 lokalen Objekten.
Von https://github.com/gentoo-mirror/gentoo
   6d02d3a..4f2e280  master     -> origin/master


I'd expect that eix-sync -q only outputs something in case of an error (and this is the behavior when rsync and not git is used).

emerge -q --sync works as expected (no output) with git.
Comment 1 Martin Väth 2015-12-23 06:51:58 UTC

*** This bug has been marked as a duplicate of bug 563238 ***