Gentoo Archives: gentoo-catalyst

From: Brian Dolbec <dolsen@g.o>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] [PATCH 0/5] Next group of 5 patches
Date: Thu, 11 Sep 2014 03:43:54
Message-Id: 1410407024-2445-1-git-send-email-dolsen@gentoo.org
1 Another five patches of various changes, moving towards the 3.0 code.
2
3 Brian Dolbec (5):
4 Some options cleanup, unifying their use, reducing redundancy.
5 Move LockInUse from support.py to lock.py, fix bad execption raising,
6 pyflakes cleanup
7 Begin splitting up generic_stage_target into smaller code blocks.
8 Some spacing, comment and indent cleanup
9 Remove redundant /bin/bash additions in cmd() calls
10
11 catalyst/defaults.py | 24 +-
12 catalyst/lock.py | 55 +++--
13 catalyst/main.py | 99 +++-----
14 catalyst/support.py | 403 ++++++-------------------------
15 catalyst/targets/clearbase.py | 115 +++++++++
16 catalyst/targets/genbase.py | 58 +++++
17 catalyst/targets/generic_stage_target.py | 325 +++++++++----------------
18 catalyst/targets/generic_target.py | 15 --
19 catalyst/targets/grp_target.py | 4 +-
20 catalyst/targets/livecd_stage1_target.py | 2 +-
21 catalyst/targets/livecd_stage2_target.py | 8 +-
22 catalyst/targets/netboot2_target.py | 14 +-
23 catalyst/targets/netboot_target.py | 8 +-
24 catalyst/targets/snapshot_target.py | 20 +-
25 catalyst/targets/stage2_target.py | 2 +-
26 catalyst/targets/stage4_target.py | 4 +-
27 catalyst/targets/targetbase.py | 15 ++
28 catalyst/targets/tinderbox_target.py | 2 +-
29 18 files changed, 488 insertions(+), 685 deletions(-)
30 create mode 100644 catalyst/targets/clearbase.py
31 create mode 100644 catalyst/targets/genbase.py
32 delete mode 100644 catalyst/targets/generic_target.py
33 create mode 100644 catalyst/targets/targetbase.py
34
35 --
36 2.1.0

Replies