From: Brian Dolbec <dolsen@gentoo.org>
To: gentoo-catalyst@lists.gentoo.org
Subject: [gentoo-catalyst] [PATCH 0/3] Code breakup & restructuring
Date: Wed, 10 Sep 2014 20:50:47 -0700 [thread overview]
Message-ID: <1410407450-2888-1-git-send-email-dolsen@gentoo.org> (raw)
This is a group of 3 patches that all need to be applied for catalyst to run.
commit messages pretty much describe what they change.
Brian Dolbec (3):
[1 of 3] Move base stage and target files to thier own sub-pkg
[2 of 3] Update module loading for the new python structure
[3 of 3] Rename all target .py files and classes without _target in
them.
catalyst/base/__init__.py | 1 +
catalyst/base/clearbase.py | 115 +++
catalyst/base/genbase.py | 58 ++
catalyst/base/stagebase.py | 1630 ++++++++++++++++++++++++++++++
catalyst/base/targetbase.py | 15 +
catalyst/main.py | 75 +-
catalyst/targets/clearbase.py | 115 ---
catalyst/targets/embedded.py | 47 +
catalyst/targets/embedded_target.py | 51 -
catalyst/targets/genbase.py | 58 --
catalyst/targets/generic_stage_target.py | 1630 ------------------------------
catalyst/targets/grp.py | 120 +++
catalyst/targets/grp_target.py | 118 ---
catalyst/targets/livecd_stage1.py | 78 ++
catalyst/targets/livecd_stage1_target.py | 75 --
catalyst/targets/livecd_stage2.py | 147 +++
catalyst/targets/livecd_stage2_target.py | 148 ---
catalyst/targets/netboot.py | 129 +++
catalyst/targets/netboot2.py | 169 ++++
catalyst/targets/netboot2_target.py | 166 ---
catalyst/targets/netboot_target.py | 128 ---
catalyst/targets/snapshot.py | 93 ++
catalyst/targets/snapshot_target.py | 97 --
catalyst/targets/stage1.py | 96 ++
catalyst/targets/stage1_target.py | 97 --
catalyst/targets/stage2.py | 64 ++
catalyst/targets/stage2_target.py | 65 --
catalyst/targets/stage3.py | 27 +
catalyst/targets/stage3_target.py | 31 -
catalyst/targets/stage4.py | 38 +
catalyst/targets/stage4_target.py | 43 -
catalyst/targets/targetbase.py | 15 -
catalyst/targets/tinderbox.py | 47 +
catalyst/targets/tinderbox_target.py | 48 -
34 files changed, 2900 insertions(+), 2934 deletions(-)
create mode 100644 catalyst/base/__init__.py
create mode 100644 catalyst/base/clearbase.py
create mode 100644 catalyst/base/genbase.py
create mode 100644 catalyst/base/stagebase.py
create mode 100644 catalyst/base/targetbase.py
delete mode 100644 catalyst/targets/clearbase.py
create mode 100644 catalyst/targets/embedded.py
delete mode 100644 catalyst/targets/embedded_target.py
delete mode 100644 catalyst/targets/genbase.py
delete mode 100644 catalyst/targets/generic_stage_target.py
create mode 100644 catalyst/targets/grp.py
delete mode 100644 catalyst/targets/grp_target.py
create mode 100644 catalyst/targets/livecd_stage1.py
delete mode 100644 catalyst/targets/livecd_stage1_target.py
create mode 100644 catalyst/targets/livecd_stage2.py
delete mode 100644 catalyst/targets/livecd_stage2_target.py
create mode 100644 catalyst/targets/netboot.py
create mode 100644 catalyst/targets/netboot2.py
delete mode 100644 catalyst/targets/netboot2_target.py
delete mode 100644 catalyst/targets/netboot_target.py
create mode 100644 catalyst/targets/snapshot.py
delete mode 100644 catalyst/targets/snapshot_target.py
create mode 100644 catalyst/targets/stage1.py
delete mode 100644 catalyst/targets/stage1_target.py
create mode 100644 catalyst/targets/stage2.py
delete mode 100644 catalyst/targets/stage2_target.py
create mode 100644 catalyst/targets/stage3.py
delete mode 100644 catalyst/targets/stage3_target.py
create mode 100644 catalyst/targets/stage4.py
delete mode 100644 catalyst/targets/stage4_target.py
delete mode 100644 catalyst/targets/targetbase.py
create mode 100644 catalyst/targets/tinderbox.py
delete mode 100644 catalyst/targets/tinderbox_target.py
--
2.1.0
next reply other threads:[~2014-09-11 3:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-11 3:50 Brian Dolbec [this message]
2014-09-11 3:50 ` [gentoo-catalyst] [PATCH 1/3] [1 of 3] Move base stage and target files to thier own sub-pkg Brian Dolbec
2014-09-11 3:50 ` [gentoo-catalyst] [PATCH 2/3] [2 of 3] Update module loading for the new python structure Brian Dolbec
2014-09-11 3:50 ` [gentoo-catalyst] [PATCH 3/3] [3 of 3] Rename all target .py files and classes without _target in them 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=1410407450-2888-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