From: Brian Dolbec <dolsen@gentoo.org>
To: gentoo-catalyst@lists.gentoo.org
Subject: [gentoo-catalyst] [PATCH 0/5] Next group of 5 patches
Date: Wed, 10 Sep 2014 20:43:39 -0700 [thread overview]
Message-ID: <1410407024-2445-1-git-send-email-dolsen@gentoo.org> (raw)
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
next reply other threads:[~2014-09-11 3:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-11 3:43 Brian Dolbec [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1410407024-2445-1-git-send-email-dolsen@gentoo.org \
--to=dolsen@gentoo.org \
--cc=gentoo-catalyst@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox