public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-catalyst] [PATCH 0/4] Some general cleanup, remove some hardcoding of paths.
@ 2013-02-28  1:46 Brian Dolbec
  2013-02-28  1:46 ` [gentoo-catalyst] [PATCH 1/4] Whitespace cleanup Brian Dolbec
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Brian Dolbec @ 2013-02-28  1:46 UTC (permalink / raw
  To: gentoo-catalyst; +Cc: Brian Dolbec

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



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-03-09  2:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-28  1:46 [gentoo-catalyst] [PATCH 0/4] Some general cleanup, remove some hardcoding of paths Brian Dolbec
2013-02-28  1:46 ` [gentoo-catalyst] [PATCH 1/4] Whitespace cleanup Brian Dolbec
2013-02-28 11:46   ` W. Trevor King
2013-02-28 23:44     ` Matt Turner
2013-03-09  2:36   ` Matt Turner
2013-02-28  1:46 ` [gentoo-catalyst] [PATCH 2/4] Add more configured defaults Brian Dolbec
2013-02-28 11:51   ` W. Trevor King
2013-02-28  1:47 ` [gentoo-catalyst] [PATCH 3/4] Remove self.mounts and self.mountmap's use of paths for keys and paths Brian Dolbec
2013-02-28  3:01   ` Brian Dolbec
2013-02-28  1:47 ` [gentoo-catalyst] [PATCH 4/4] cleanup long lines, improve useage() output formatting slightly Brian Dolbec
2013-02-28 13:17 ` [gentoo-catalyst] [PATCH 0/4] Some general cleanup, remove some hardcoding of paths W. Trevor King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox