public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-catalyst] [PATCH 0/5] Next group of 5 patches
@ 2014-09-11  3:43 Brian Dolbec
  2014-09-11  3:43 ` [gentoo-catalyst] [PATCH 1/5] Some options cleanup, unifying their use, reducing redundancy Brian Dolbec
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Brian Dolbec @ 2014-09-11  3:43 UTC (permalink / raw
  To: gentoo-catalyst

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



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

end of thread, other threads:[~2014-09-18 13:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-11  3:43 [gentoo-catalyst] [PATCH 0/5] Next group of 5 patches Brian Dolbec
2014-09-11  3:43 ` [gentoo-catalyst] [PATCH 1/5] Some options cleanup, unifying their use, reducing redundancy Brian Dolbec
2014-09-18 13:00   ` W. Trevor King
2014-09-11  3:43 ` [gentoo-catalyst] [PATCH 2/5] Move LockInUse from support.py to lock.py, fix bad execption raising, pyflakes cleanup Brian Dolbec
2014-09-11  3:43 ` [gentoo-catalyst] [PATCH 3/5] Begin splitting up generic_stage_target into smaller code blocks Brian Dolbec
2014-09-11  3:43 ` [gentoo-catalyst] [PATCH 4/5] Some spacing, comment and indent cleanup Brian Dolbec
2014-09-11  3:43 ` [gentoo-catalyst] [PATCH 5/5] Remove redundant /bin/bash additions in cmd() calls Brian Dolbec

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