Gentoo Archives: gentoo-catalyst

From: Brian Dolbec <dolsen@g.o>
To: gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] [PATCH 0/6] Various changes towards 3.0 branch
Date: Thu, 11 Sep 2014 04:01:17
Message-Id: 1410408068-3441-1-git-send-email-dolsen@gentoo.org
1 Another convienence grouping of various patches.
2 This is the last 6 patches remaining in the pending branch at this time.
3 Once these 3 patch series are caught up, I'll move more from 3.0 into pending.
4
5 Brian Dolbec (6):
6 FIXME! Comment out a small code block causing TypeError.
7 Break out more repeated (path1 + path2)'s...
8 Rename a make.conf key to make_conf due to bash variable name
9 restrictions
10 reduce 2 operations into one simpler one
11 Extend ParserBase to do variable substitution.
12 Make shdir a complete path to ease it's use.
13
14 catalyst/base/stagebase.py | 45 ++++++++++++-----------
15 catalyst/config.py | 9 ++---
16 catalyst/defaults.py | 4 +-
17 catalyst/lock.py | 23 +++++++++---
18 catalyst/main.py | 6 ++-
19 etc/catalyst.conf | 8 +++-
20 targets/embedded/embedded-controller.sh | 22 +++++------
21 targets/grp/grp-controller.sh | 6 +--
22 targets/livecd-stage1/livecd-stage1-controller.sh | 4 +-
23 targets/livecd-stage2/livecd-stage2-controller.sh | 22 +++++------
24 targets/netboot/netboot-combine.sh | 6 +--
25 targets/netboot/netboot-controller.sh | 24 ++++++------
26 targets/netboot2/netboot2-controller.sh | 16 ++++----
27 targets/stage1/stage1-controller.sh | 8 ++--
28 targets/stage2/stage2-controller.sh | 6 +--
29 targets/stage3/stage3-controller.sh | 6 +--
30 targets/stage4/stage4-controller.sh | 22 +++++------
31 targets/support/bootloader-setup.sh | 6 +--
32 targets/support/create-iso.sh | 4 +-
33 targets/support/functions.sh | 2 +-
34 targets/support/netboot2-final.sh | 4 +-
35 targets/support/target_image_setup.sh | 4 +-
36 targets/tinderbox/tinderbox-controller.sh | 6 +--
37 23 files changed, 142 insertions(+), 121 deletions(-)
38
39 --
40 2.1.0

Replies