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 974921389E2 for ; Sat, 6 Dec 2014 00:03:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C40B8E086C; Sat, 6 Dec 2014 00:03:50 +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 47FB0E086B for ; Sat, 6 Dec 2014 00:03:50 +0000 (UTC) Received: from pomiot.lan (77-253-129-159.adsl.inetia.pl [77.253.129.159]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id E4C533405EB for ; Sat, 6 Dec 2014 00:03:48 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-portage-dev@lists.gentoo.org Subject: [gentoo-portage-dev] [PATCH 0/4] sync: sync-umask and sync-user support Date: Sat, 6 Dec 2014 01:03:32 +0100 Message-Id: <1417824216-7990-1-git-send-email-mgorny@gentoo.org> X-Mailer: git-send-email 2.2.0 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: 8bit X-Archives-Salt: bcdc4117-29eb-4e94-b305-1d5f4499c4a4 X-Archives-Hash: 1f75d0e808ab93dd5d43118682c4b09f Hello, friends. A quick batch adding sync-umask and sync-user overrides for syncing. Should work both for new clones and repo updates -- assuming the change you do is meaningful :).