From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2FDC0138A1A for ; Sun, 18 Jan 2015 16:47:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF6E1E089F; Sun, 18 Jan 2015 16:47:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80496E089C for ; Sun, 18 Jan 2015 16:47:27 +0000 (UTC) Received: from big_daddy.dol-sen.ca (S010634bdfa9ecf80.vc.shawcable.net [96.49.31.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id C6AB6340656 for ; Sun, 18 Jan 2015 16:47:26 +0000 (UTC) Date: Sun, 18 Jan 2015 08:47:07 -0800 From: Brian Dolbec To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] [PATCH] sync: unify syncing messages and reduce noise Message-ID: <20150118084707.46d6d178.dolsen@gentoo.org> In-Reply-To: <1421502914-5948-1-git-send-email-mgorny@gentoo.org> References: <1421502914-5948-1-git-send-email-mgorny@gentoo.org> Organization: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d7a90395-9855-421d-9219-6ff12c748e33 X-Archives-Hash: 2dc0632d023a284f3b4c8fc529fd7dda On Sat, 17 Jan 2015 14:55:14 +0100 Micha=C5=82 G=C3=B3rny wrote: > Print single ">>> Syncing repository '%s' into '%s'..." before > syncing, and single "=3D=3D=3D Sync completed for %s" after successful sy= nc. >=20 > Remove duplicate in-module clone/pull messages. Instead, verbosely > print git commands executed. >=20 > Remove useless verbosity in pre-sync mkdir. > --- > pym/portage/sync/controller.py | 8 +++++--- > pym/portage/sync/modules/cvs/cvs.py | 6 ------ > pym/portage/sync/modules/git/git.py | 31 > +++++++++++------------------ > pym/portage/sync/modules/rsync/rsync.py | 2 +- > pym/portage/sync/modules/svn/svn.py | 6 ------ > pym/portage/sync/modules/websync/websync.py | 6 ------ 6 files > changed, 18 insertions(+), 41 deletions(-) >=20 This one is good to merge --=20 Brian Dolbec