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 C53231389E2 for ; Sun, 7 Dec 2014 07:10:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D06DFE08E0; Sun, 7 Dec 2014 07:10:46 +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 57F2DE0835 for ; Sun, 7 Dec 2014 07:10:46 +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 9654C3403F9; Sun, 7 Dec 2014 07:10:45 +0000 (UTC) Message-ID: <5483FD71.1010007@gentoo.org> Date: Sat, 06 Dec 2014 23:10:41 -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 3/4] sync: ensure sync_{umask,user} is respected when creating repo References: <1417824216-7990-1-git-send-email-mgorny@gentoo.org> <1417824216-7990-4-git-send-email-mgorny@gentoo.org> In-Reply-To: <1417824216-7990-4-git-send-email-mgorny@gentoo.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: a76656ce-fa1e-4113-885c-a18e22b25802 X-Archives-Hash: 807c4cedcbf31208b3f13453d682ba4c On 12/05/2014 04:03 PM, Michał Górny wrote: > --- > pym/portage/sync/controller.py | 24 ++++++++++++++++++------ > 1 file changed, 18 insertions(+), 6 deletions(-) LGTM. -- Thanks, Zac