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 65442138247 for ; Sun, 15 Dec 2013 04:00:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D307E0AD3; Sun, 15 Dec 2013 04:00:54 +0000 (UTC) Received: from qmta09.westchester.pa.mail.comcast.net (qmta09.westchester.pa.mail.comcast.net [76.96.62.96]) by pigeon.gentoo.org (Postfix) with ESMTP id 10622E0AD3 for ; Sun, 15 Dec 2013 04:00:53 +0000 (UTC) Received: from omta10.westchester.pa.mail.comcast.net ([76.96.62.28]) by qmta09.westchester.pa.mail.comcast.net with comcast id 1g0o1n0030cZkys59g0tP2; Sun, 15 Dec 2013 04:00:53 +0000 Received: from odin.tremily.us ([24.18.63.50]) by omta10.westchester.pa.mail.comcast.net with comcast id 1g0s1n00H152l3L3Wg0sEn; Sun, 15 Dec 2013 04:00:53 +0000 Received: by odin.tremily.us (Postfix, from userid 1000) id B6E24D69934; Sat, 14 Dec 2013 20:00:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tremily.us; s=odin; t=1387080051; bh=L629JuPHXY2uResW/rIa2MhpAd8qKTOnipNTpZcUpk8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Hskys+/sGBwrYw3sXvB7v3fWJ9KgVG3wa9U1Hgf1n56+HA7u/7c0IRx1+B4O3GOb2 ylCagMqKR2NkAwkADqxfN4nTnMFWBHgrtfsL40XJ/9QLdnJZNy+NrZ0ekmKe83cY82 BqDFSG5+qUw1fT7ES3iYCt2TjM25oOuOUucItBfE= From: "W. Trevor King" To: Catalyst Cc: "W. Trevor King" Subject: [gentoo-catalyst] [PATCH v3 00/19] rewrite-on-master patches (part 1) Date: Sat, 14 Dec 2013 20:00:26 -0800 Message-Id: X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <20131215032258.GK25409@odin.tremily.us> References: <20131215032258.GK25409@odin.tremily.us> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20121106; t=1387080053; bh=brbctRRV9XF3+2TF84z+gKBl4AG/YkkW4rhHqSn0nd4=; h=Received:Received:Received:From:To:Subject:Date:Message-Id; b=LpMqs5qn7W6T6Bi9EtfQsLHVy+49OQK6Yl4FSWd5xQ4313vae1BvvlLOusSeEUI7m 6fajUO/SGWj4eu/n9iHofpHcpIOdN7EniphWzDBrGcye3mNuHi0/fsQCrNo37wv8z6 pLeHBK9gwexzzXfKvRoL3Pk/Rt/U9lwAsXdWPNygTWZLA9+5qSd/whpw04dTDsRn7U ittzsHhR6rYbEJXOzPpGmP2GLRTfM7XezVstgSZ7/gTtdbnggTcskNjnw5tsWxSKqo yCJ3tUlamRso+T0nY5H+5pSCytUtxgASH1jfGGoSZmT+EcqTYHhU+O9pRYNGZHxFtd 3NdVjvysRRXCg== 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: 8fe62047-8359-4d00-8235-18e44fd044b6 X-Archives-Hash: 4e4f1267453576b2fc77c057413903f6 From: "W. Trevor King" Here we are again. Changes since v2: * Dropped: * catalyst: Add 'port_tmpdir' default instead of hard-coding '/var/tmp/portage' * catalyst: cleanup long lines * Added Signed-off-by lines for Brian, after an ack on #gentoo-releng For the request-pull camp: The following changes since commit 1c86c64113491885b159529dacb452ce6a3e5f4b: catalyst 2.0.15 (2013-11-13 13:59:25 -0800) are available in the git repository at: git://tremily.us/catalyst.git dolsen-rewrite-part-1 for you to fetch changes up to b95ae6e2e570390c406ed9ee8e01d69fa6ffe66e: catalst: improve usage() output formatting slightly (2013-12-14 19:51:17 -0800) And for the send-email camp: Brian Dolbec (19): modules/tinderbox_target.py: Use 'portdir' instead of hard-coding '/usr/portage' modules/generic_stage_target.py: Use 'portdir' instead of hard-coding '/usr/portage' modules/generic_stage_target.py: Use 'portdir' instead of hard-coding '/usr/portage' modules/generic_stage_target.py: Use 'distdir' instead of hard-coding '${PORTAGE}/distfiles' modules/generic_stage_target.py: Use a 'local_overlay' setting instead of hard-coding '/usr/local/portage' catalyst: Split confdefaults into line-per-entry catalyst: Add 'repo_name' default catalyst: Add 'snapshot_name' default catalyst: Add 'packagedir' default instead of hard-coding '/usr/portage/packages' modules/generic_stage_target.py: Don't use paths as mountmap keys modules/generic_stage_target.py: Use 'proc' instead of '/proc' as the mountmap key modules/generic_stage_target.py: Use 'dev' instead of '/dev' as the mountmap key modules/generic_stage_target.py: Use 'distdir' instead of '/usr/portage/distfiles' as the mountmap key modules/generic_stage_target.py: Use 'port_tmpdir' instead of '/var/tmp/portage' as the mountmap key modules/generic_stage_target.py: Use 'devpts' instead of '/dev/pts' as the mountmap key modules/generic_stage_target.py: Use 'packagedir' instead of '/usr/portage/packages' as the mountmap key modules/generic_stage_target.py: Use 'kerncache' instead of '/tmp/kerncache' as the mountmap key modules/generic_stage_target.py: Use 'ccache' instead of '/var/tmp/ccache' as the mountmap key catalst: improve usage() output formatting slightly catalyst | 69 +++++++++++++++++-------------- modules/generic_stage_target.py | 92 +++++++++++++++++++++-------------------- modules/snapshot_target.py | 14 ++++--- modules/tinderbox_target.py | 8 +++- 4 files changed, 101 insertions(+), 82 deletions(-) -- 1.8.3.2