From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9BD8138334 for ; Mon, 1 Oct 2018 16:30:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A19D5E09EE; Mon, 1 Oct 2018 16:30:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7EED2E09EE for ; Mon, 1 Oct 2018 16:30:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07EE233BE65 for ; Mon, 1 Oct 2018 16:30:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCF2542D for ; Mon, 1 Oct 2018 16:30:21 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1538410691.59b60e53020395d1eb4c9542ffb63561bbb87513.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/targets/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/targets/snapshot.py X-VCS-Directories: catalyst/targets/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 59b60e53020395d1eb4c9542ffb63561bbb87513 X-VCS-Branch: master Date: Mon, 1 Oct 2018 16:30:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b6b7c7eb-c331-43e6-88be-8c353f299cdc X-Archives-Hash: 4cf7d05a3196e17879d5061e511c12d3 commit: 59b60e53020395d1eb4c9542ffb63561bbb87513 Author: Michael Everitt iee org> AuthorDate: Mon May 14 14:16:41 2018 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Mon Oct 1 16:18:11 2018 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=59b60e53 Add .git folder to snapshot rsync excludes catalyst/targets/snapshot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/catalyst/targets/snapshot.py b/catalyst/targets/snapshot.py index 726bc512..607e718e 100644 --- a/catalyst/targets/snapshot.py +++ b/catalyst/targets/snapshot.py @@ -59,6 +59,7 @@ class snapshot(TargetBase, GenBase): '--exclude=/local/', '--exclude=CVS/', '--exclude=.svn', + '--exclude=.git/', '--filter=H_**/files/digest-*', self.settings['portdir'] + '/', mytmp + '/' + self.settings['repo_name'] + '/'],