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 CFB4D13888F for ; Wed, 28 Oct 2015 14:26:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 054D021C01F; Wed, 28 Oct 2015 14:26:36 +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 97C4921C01F for ; Wed, 28 Oct 2015 14:26:35 +0000 (UTC) Received: from professor-x (S010634bdfa9ecf80.vc.shawcable.net [96.49.31.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id A4ED8340873 for ; Wed, 28 Oct 2015 14:26:33 +0000 (UTC) Date: Wed, 28 Oct 2015 07:25:44 -0700 From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] [PATCH 1/9] convert octals to py3 compat Message-ID: <20151028072544.52c8232d.dolsen@gentoo.org> In-Reply-To: <20151024070036.GS26317@vapier.lan> References: <1444624562-26162-1-git-send-email-vapier@gentoo.org> <20151012044127.GA3872@vapier.lan> <20151022051706.GE26317@vapier.lan> <20151024070036.GS26317@vapier.lan> 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: f9205e76-ff61-450e-bb7d-1914a6020599 X-Archives-Hash: 00ba19c43c2f3360ce255577cd71d55d On Sat, 24 Oct 2015 03:00:36 -0400 Mike Frysinger wrote: > On 22 Oct 2015 01:17, Mike Frysinger wrote: > > On 12 Oct 2015 00:41, Mike Frysinger wrote: > > > with this patchseries, catalyst is able to build a > > > snapshot/stage[123] using python3. well, after a fix in decomp > > > too, but i filed an issue in the github tracker for that. > > > > any takers for review ? :) > > i pushed the obvious & bugfix ones: > hash_utils: fix bad keyword w/CatalystError > genbase: use sorted() with dict keys > log: make sure NOTICE is an int > stagebase: disable undefined-variable lint warning > convert octals to py3 compat > lock: fix ensure_dirs call > > the other 5 are still pending review though: > lint: fix redefined-outer-name warnings > lint: convert type/types to isinstance > hash_utils: decode output of popen > make_target_table: rewrite for py3/stability > stagebase: robustify portage_confdir setup > -mike OK, I'm back and starting to catch up with the hundreds of gentoo emails still left in my inbox. Was over 2000 initially. (from just 2 weeks) Yeah, those first 5 committed looked fine. It would have been nicer/easier to track if you used the patch numbers in the above listings... [PATCH 1/9], not just the message title. I'll get to the decomp fix later today probably. -- Brian Dolbec