From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 37B9B13838B for ; Thu, 11 Sep 2014 03:43:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2847E09ED; Thu, 11 Sep 2014 03:43:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE199E09E8 for ; Thu, 11 Sep 2014 03:43:51 +0000 (UTC) Received: from big_daddy.dol-sen.ca (S010600222de111ff.vc.shawcable.net [96.49.5.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id 76C8F34003C for ; Thu, 11 Sep 2014 03:43:50 +0000 (UTC) From: Brian Dolbec 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 Message-Id: <1410407024-2445-1-git-send-email-dolsen@gentoo.org> X-Mailer: git-send-email 2.1.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Archives-Salt: b88eba80-e8f8-44b2-ae92-a8a858014d47 X-Archives-Hash: a8baf50e436fa5ea6ae22f8ca411ed98 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