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 312A8198005 for ; Thu, 28 Feb 2013 01:47:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E51E2E0793; Thu, 28 Feb 2013 01:47:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C0BDE0793 for ; Thu, 28 Feb 2013 01:47:43 +0000 (UTC) Received: from big_daddy.dol-sen.ca (unknown [24.86.176.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id 2A91C33DE48; Thu, 28 Feb 2013 01:47:42 +0000 (UTC) From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Cc: Brian Dolbec Subject: [gentoo-catalyst] [PATCH 0/4] Some general cleanup, remove some hardcoding of paths. Date: Wed, 27 Feb 2013 17:46:57 -0800 Message-Id: <1362016021-8338-1-git-send-email-dolsen@gentoo.org> X-Mailer: git-send-email 1.8.1.4 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: df254460-164c-4483-a8d8-e40188c756a6 X-Archives-Hash: 653fb23917d56216f1c5fb4a627b1762 These 4 patches were made before I started restructing the python code layout. They have been rebased on master and should apply cleanly. Matt has already stated that they should probably be applied to master. While I've done testing on my rewrites. I have done some extensive rebasing on all the commits. While I endeavored to incorporate all fixes to changes back into the initial commit The third patch should be tested a little more thouroughly once applied just in case some of the changes are missing in that patch. During the rebasing I encountered numerous rebasing errors. I believe I got them all. There are several more bugfixes I feel shuld be applied to master if you intend on releasing a bug fix version bump. They will have to be applied manually since the file names and locations have changed in the rewrite. Brian Dolbec (4): Whitespace cleanup. Add more configured defaults Remove self.mounts and self.mountmap's use of paths for keys and paths. cleanup long lines, improve useage() output formatting slightly ChangeLog | 44 ++++++------ arch/alpha.py | 2 +- arch/arm.py | 4 +- arch/mips.py | 2 +- arch/x86.py | 2 +- catalyst | 135 ++++++++++++++++++++--------------- examples/generic_stage_template.spec | 4 +- examples/grp_template.spec | 2 +- examples/livecd-stage2_template.spec | 6 +- examples/stage4_template.spec | 8 +-- examples/tinderbox_template.spec | 2 +- files/catalyst.conf | 2 +- livecd/files/minimal.motd.txt | 2 +- modules/generic_stage_target.py | 86 +++++++++++----------- modules/snapshot_target.py | 14 ++-- modules/tinderbox_target.py | 4 +- targets/stage1/build.py | 2 +- 17 files changed, 174 insertions(+), 147 deletions(-) -- 1.8.1.4