Gentoo Archives: gentoo-catalyst

From: Brian Dolbec <dolsen@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] [PATCH 1/9] convert octals to py3 compat
Date: Wed, 28 Oct 2015 14:26:38
Message-Id: 20151028072544.52c8232d.dolsen@gentoo.org
In Reply to: Re: [gentoo-catalyst] [PATCH 1/9] convert octals to py3 compat by Mike Frysinger
1 On Sat, 24 Oct 2015 03:00:36 -0400
2 Mike Frysinger <vapier@g.o> wrote:
3
4 > On 22 Oct 2015 01:17, Mike Frysinger wrote:
5 > > On 12 Oct 2015 00:41, Mike Frysinger wrote:
6 > > > with this patchseries, catalyst is able to build a
7 > > > snapshot/stage[123] using python3. well, after a fix in decomp
8 > > > too, but i filed an issue in the github tracker for that.
9 > >
10 > > any takers for review ? :)
11 >
12 > i pushed the obvious & bugfix ones:
13 > hash_utils: fix bad keyword w/CatalystError
14 > genbase: use sorted() with dict keys
15 > log: make sure NOTICE is an int
16 > stagebase: disable undefined-variable lint warning
17 > convert octals to py3 compat
18 > lock: fix ensure_dirs call
19 >
20 > the other 5 are still pending review though:
21 > lint: fix redefined-outer-name warnings
22 > lint: convert type/types to isinstance
23 > hash_utils: decode output of popen
24 > make_target_table: rewrite for py3/stability
25 > stagebase: robustify portage_confdir setup
26 > -mike
27
28 OK, I'm back and starting to catch up with the hundreds of gentoo
29 emails still left in my inbox. Was over 2000 initially. (from just 2
30 weeks)
31
32 Yeah, those first 5 committed looked fine. It would have been
33 nicer/easier to track if you used the patch numbers in the above
34 listings... [PATCH 1/9], not just the message title.
35
36 I'll get to the decomp fix later today probably.
37
38 --
39 Brian Dolbec <dolsen>