Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-portage-dev] [PATCH] sync: unify syncing messages and reduce noise
Date: Sat, 17 Jan 2015 23:43:55
Message-Id: 54BAF3B4.7090705@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] sync: unify syncing messages and reduce noise by "Michał Górny"
1 On 01/17/2015 05:55 AM, Michał Górny wrote:
2 > Print single ">>> Syncing repository '%s' into '%s'..." before syncing,
3 > and single "=== Sync completed for %s" after successful sync.
4 >
5 > Remove duplicate in-module clone/pull messages. Instead, verbosely print
6 > git commands executed.
7 >
8 > Remove useless verbosity in pre-sync mkdir.
9 > ---
10 > pym/portage/sync/controller.py | 8 +++++---
11 > pym/portage/sync/modules/cvs/cvs.py | 6 ------
12 > pym/portage/sync/modules/git/git.py | 31 +++++++++++------------------
13 > pym/portage/sync/modules/rsync/rsync.py | 2 +-
14 > pym/portage/sync/modules/svn/svn.py | 6 ------
15 > pym/portage/sync/modules/websync/websync.py | 6 ------
16 > 6 files changed, 18 insertions(+), 41 deletions(-)
17
18 LGTM.
19 --
20 Thanks,
21 Zac