Gentoo Archives: gentoo-catalyst

From: Brian Dolbec <dolsen@g.o>
To: gentoo-catalyst@l.g.o
Cc: Brian Dolbec <dolsen@g.o>
Subject: [gentoo-catalyst] [PATCH 0/4] Some general cleanup, remove some hardcoding of paths.
Date: Thu, 28 Feb 2013 01:47:45
Message-Id: 1362016021-8338-1-git-send-email-dolsen@gentoo.org
1 These 4 patches were made before I started restructing the python code layout.
2 They have been rebased on master and should apply cleanly.
3
4 Matt has already stated that they should probably be applied to master.
5 While I've done testing on my rewrites. I have done some extensive rebasing on all
6 the commits. While I endeavored to incorporate all fixes to changes back into the initial commit
7 The third patch should be tested a little more thouroughly once applied just in case some of the
8 changes are missing in that patch. During the rebasing I encountered numerous rebasing errors.
9 I believe I got them all.
10
11 There are several more bugfixes I feel shuld be applied to master if you intend on releasing a
12 bug fix version bump. They will have to be applied manually since the file names and locations
13 have changed in the rewrite.
14
15 Brian Dolbec (4):
16 Whitespace cleanup.
17 Add more configured defaults
18 Remove self.mounts and self.mountmap's use of paths for keys and
19 paths.
20 cleanup long lines, improve useage() output formatting slightly
21
22 ChangeLog | 44 ++++++------
23 arch/alpha.py | 2 +-
24 arch/arm.py | 4 +-
25 arch/mips.py | 2 +-
26 arch/x86.py | 2 +-
27 catalyst | 135 ++++++++++++++++++++---------------
28 examples/generic_stage_template.spec | 4 +-
29 examples/grp_template.spec | 2 +-
30 examples/livecd-stage2_template.spec | 6 +-
31 examples/stage4_template.spec | 8 +--
32 examples/tinderbox_template.spec | 2 +-
33 files/catalyst.conf | 2 +-
34 livecd/files/minimal.motd.txt | 2 +-
35 modules/generic_stage_target.py | 86 +++++++++++-----------
36 modules/snapshot_target.py | 14 ++--
37 modules/tinderbox_target.py | 4 +-
38 targets/stage1/build.py | 2 +-
39 17 files changed, 174 insertions(+), 147 deletions(-)
40
41 --
42 1.8.1.4

Replies