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 5F967138262 for ; Fri, 20 May 2016 15:47:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F04AB141C1; Fri, 20 May 2016 15:47:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85025141C1 for ; Fri, 20 May 2016 15:47:42 +0000 (UTC) Received: from professor-x (S010634bdfa9ecf80.vc.shawcable.net [96.49.31.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id A4B4834095A for ; Fri, 20 May 2016 15:47:41 +0000 (UTC) Date: Fri, 20 May 2016 08:46:54 -0700 From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] [PATCH 1/4] use native code in more places for file ops Message-ID: <20160520084654.69ab74ec.dolsen@gentoo.org> In-Reply-To: <1463754466-15028-1-git-send-email-vapier@gentoo.org> References: <1463754466-15028-1-git-send-email-vapier@gentoo.org> Organization: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 449db8f1-2548-4744-a3e7-36275129cd3a X-Archives-Hash: fc9bfdad4e5ee6ef20be3ea50f56d174 On Fri, 20 May 2016 10:27:43 -0400 Mike Frysinger wrote: > Rather than shell out to cp/rm/mv, use python native code to do > things. --- > catalyst/base/stagebase.py | 39 > +++++++++++++++------------------------ 1 file changed, 15 > insertions(+), 24 deletions(-) > Yes, looks good, and about time ;) -- Brian Dolbec