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 A33221389E2 for ; Sun, 7 Dec 2014 06:46:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87FB7E090E; Sun, 7 Dec 2014 06:46:21 +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 0F964E090A for ; Sun, 7 Dec 2014 06:46:21 +0000 (UTC) Received: from [192.168.1.4] (ip70-181-96-121.oc.oc.cox.net [70.181.96.121]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: zmedico) by smtp.gentoo.org (Postfix) with ESMTPSA id 2661B34001A; Sun, 7 Dec 2014 06:46:20 +0000 (UTC) Message-ID: <5483F7B8.908@gentoo.org> Date: Sat, 06 Dec 2014 22:46:16 -0800 From: Zac Medico User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.8.1 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 To: gentoo-portage-dev@lists.gentoo.org CC: =?UTF-8?B?TWljaGHFgiBHw7Nybnk=?= Subject: Re: [gentoo-portage-dev] [PATCH 1/4] sync: allow overriding sync-umask for the repository References: <1417824216-7990-1-git-send-email-mgorny@gentoo.org> <1417824216-7990-2-git-send-email-mgorny@gentoo.org> In-Reply-To: <1417824216-7990-2-git-send-email-mgorny@gentoo.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 1ece27eb-a4d4-475e-b4fb-f5666c97b783 X-Archives-Hash: 0c26fd8fdcd8f780c66334ec43470123 On 12/05/2014 04:03 PM, Michał Górny wrote: > --- > pym/portage/repository/config.py | 16 ++++++++++++---- > pym/portage/sync/controller.py | 3 +++ > 2 files changed, 15 insertions(+), 4 deletions(-) LGTM. -- Thanks, Zac