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

Bug 654664

Summary: emerge --sync -q should not print verification data
Product: Portage Development Reporter: Robin Johnson <robbat2>
Component: CoreAssignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: normal CC: infra-bugs
Priority: High Keywords: InVCS
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 240187, 651804    

Description Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2018-05-02 20:01:46 UTC
emerge --sync -q should be quiet!

Yet, it prints this:
 * Using keys from /var/lib/gentoo/gkeys/keyrings/gentoo/release/pubring.gpg
 * Refreshing keys from keyserver ...                                    [ ok ]
 * Manifest timestamp: 2018-05-02 19:38:45 UTC
 * Valid OpenPGP signature found:
 * - primary key: DCD05B71EAB94199527F44ACDB6B8C1F96D8BF6D
 * - subkey: E1D6ABB63BFCFB4BA02FDF1CEC590EEAC9189250
 * - timestamp: 2018-05-02 19:38:45 UTC
 * Verifying /usr/portage ...                                            [ ok ]


Packages:
app-portage/gemato-12.2
app-portage/repoman-2.3.9
sys-apps/portage-2.3.33
Comment 1 Larry the Git Cow gentoo-dev 2018-05-03 06:39:46 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/portage.git/commit/?id=35ca4ac2f8f0de61289bf812681c21d14d2524db

commit 35ca4ac2f8f0de61289bf812681c21d14d2524db
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2018-05-03 06:26:19 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2018-05-03 06:35:45 +0000

    rsync: silence signature info for --quiet mode (bug 654664)
    
    Silence messages like the following for --quiet mode:
    
     * Using keys from /var/lib/gentoo/gkeys/keyrings/gentoo/release/pubring.gpg
     * Refreshing keys from keyserver ...                                    [ ok ]
    
     * Manifest timestamp: 2018-05-03 05:38:39 UTC
     * Valid OpenPGP signature found:
     * - primary key: DCD05B71EAB94199527F44ACDB6B8C1F96D8BF6D
     * - subkey: E1D6ABB63BFCFB4BA02FDF1CEC590EEAC9189250
     * - timestamp: 2018-05-03 05:38:39 UTC
     * Verifying /usr/portage ...                                            [ ok ]
    
    Bug: https://bugs.gentoo.org/654664

 pym/portage/sync/modules/rsync/rsync.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
Comment 2 Zac Medico gentoo-dev 2018-05-25 03:38:49 UTC
Fixed since portage-2.3.34.