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 8A01F1384C0 for ; Sun, 30 Aug 2015 20:05:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72CFF1421E; Sun, 30 Aug 2015 20:05:17 +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 E029214215 for ; Sun, 30 Aug 2015 20:05:16 +0000 (UTC) Received: from localhost (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 06495340812 for ; Sun, 30 Aug 2015 20:05:15 +0000 (UTC) Date: Sun, 30 Aug 2015 13:05:12 -0700 From: Brian Dolbec To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] [PATCH] RsyncSync: add sync-rsync-vcs-ignore option (bug 296085) Message-ID: <20150830130512.18edc0e2.dolsen@gentoo.org> In-Reply-To: <1440882372-7236-1-git-send-email-zmedico@gentoo.org> References: <1440882372-7236-1-git-send-email-zmedico@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=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 3b1204e2-0e7a-402e-87e5-8da771ff4396 X-Archives-Hash: 707d82bc12723301d548442575fbb88a On Sat, 29 Aug 2015 14:06:12 -0700 Zac Medico wrote: > If "sync-rsync-vcs-ignore = true" is set in repos.conf, then ignore > any vcs directories that may be present. It is the user's > responsibility to set sync-rsync-extra-opts to protect vcs > directories if appropriate. > > X-Gentoo-Bug: 296085 > X-Gentoo-Bug-url: https://bugs.gentoo.org/show_bug.cgi?id=296085 > --- > man/portage.5 | 6 ++++++ > pym/portage/repository/config.py | 3 ++- > pym/portage/sync/modules/rsync/__init__.py | 5 ++++- > pym/portage/sync/modules/rsync/rsync.py | 11 ++++++++--- > 4 files changed, 20 insertions(+), 5 deletions(-) > > Looks good -- Brian Dolbec