Another five patches of various changes, moving towards the 3.0 code.

Brian Dolbec (5):
  Some options cleanup, unifying their use, reducing redundancy.
  Move LockInUse from support.py to lock.py, fix bad execption raising, 
    pyflakes cleanup
  Begin splitting up generic_stage_target into smaller code blocks.
  Some spacing, comment and indent cleanup
  Remove redundant /bin/bash additions in cmd() calls

 catalyst/defaults.py                     |  24 +-
 catalyst/lock.py                         |  55 +++--
 catalyst/main.py                         |  99 +++-----
 catalyst/support.py                      | 403 ++++++-------------------------
 catalyst/targets/clearbase.py            | 115 +++++++++
 catalyst/targets/genbase.py              |  58 +++++
 catalyst/targets/generic_stage_target.py | 325 +++++++++----------------
 catalyst/targets/generic_target.py       |  15 --
 catalyst/targets/grp_target.py           |   4 +-
 catalyst/targets/livecd_stage1_target.py |   2 +-
 catalyst/targets/livecd_stage2_target.py |   8 +-
 catalyst/targets/netboot2_target.py      |  14 +-
 catalyst/targets/netboot_target.py       |   8 +-
 catalyst/targets/snapshot_target.py      |  20 +-
 catalyst/targets/stage2_target.py        |   2 +-
 catalyst/targets/stage4_target.py        |   4 +-
 catalyst/targets/targetbase.py           |  15 ++
 catalyst/targets/tinderbox_target.py     |   2 +-
 18 files changed, 488 insertions(+), 685 deletions(-)
 create mode 100644 catalyst/targets/clearbase.py
 create mode 100644 catalyst/targets/genbase.py
 delete mode 100644 catalyst/targets/generic_target.py
 create mode 100644 catalyst/targets/targetbase.py

-- 
2.1.0


Reply via email to