These 4 patches were made before I started restructing the python code layout.
They have been rebased on master and should apply cleanly.
Matt has already stated that they should probably be applied to master.
While I've done testing on my rewrites. I have done some extensive rebasing on
all
the commits. While I endeavored to incorporate all fixes to changes back into
the initial commit
The third patch should be tested a little more thouroughly once applied just in
case some of the
changes are missing in that patch. During the rebasing I encountered numerous
rebasing errors.
I believe I got them all.
There are several more bugfixes I feel shuld be applied to master if you intend
on releasing a
bug fix version bump. They will have to be applied manually since the file
names and locations
have changed in the rewrite.
Brian Dolbec (4):
Whitespace cleanup.
Add more configured defaults
Remove self.mounts and self.mountmap's use of paths for keys and
paths.
cleanup long lines, improve useage() output formatting slightly
ChangeLog | 44 ++++++------
arch/alpha.py | 2 +-
arch/arm.py | 4 +-
arch/mips.py | 2 +-
arch/x86.py | 2 +-
catalyst | 135 ++++++++++++++++++++---------------
examples/generic_stage_template.spec | 4 +-
examples/grp_template.spec | 2 +-
examples/livecd-stage2_template.spec | 6 +-
examples/stage4_template.spec | 8 +--
examples/tinderbox_template.spec | 2 +-
files/catalyst.conf | 2 +-
livecd/files/minimal.motd.txt | 2 +-
modules/generic_stage_target.py | 86 +++++++++++-----------
modules/snapshot_target.py | 14 ++--
modules/tinderbox_target.py | 4 +-
targets/stage1/build.py | 2 +-
17 files changed, 174 insertions(+), 147 deletions(-)
--
1.8.1.4