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 389EB138247 for ; Sun, 15 Dec 2013 02:56:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5997EE0B82; Sun, 15 Dec 2013 02:56:37 +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 C4871E0B82 for ; Sun, 15 Dec 2013 02:56:36 +0000 (UTC) Received: from [192.168.1.210] (S010600222de111ff.vc.shawcable.net [96.49.5.156]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id A4C7E33F48D for ; Sun, 15 Dec 2013 02:56:35 +0000 (UTC) Message-ID: <1387076183.3897.173.camel@big_daddy.dol-sen.ca> Subject: Re: [gentoo-catalyst] [PATCH v2 10/21] catalyst: Add 'port_tmpdir' default instead of hard-coding '/var/tmp/portage' From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Date: Sat, 14 Dec 2013 18:56:23 -0800 In-Reply-To: References: Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-j6FkAxpYOt0cbPr23EIZ" X-Mailer: Evolution 3.6.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 Mime-Version: 1.0 X-Archives-Salt: 29368f5d-ab8b-429b-9186-df92d0c3a660 X-Archives-Hash: 2a97a4bcbcf36093ca24a705280e3c30 --=-j6FkAxpYOt0cbPr23EIZ Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sat, 2013-12-14 at 14:24 -0800, W. Trevor King wrote: > From: Brian Dolbec >=20 > W. Trevor King: Refactored Git history for Brian Dolbec's content changes= . >=20 > Signed-off-by: W. Trevor King > --- > catalyst | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/catalyst b/catalyst > index c62b745..cafc6e5 100755 > --- a/catalyst > +++ b/catalyst > @@ -67,6 +67,7 @@ def parse_config(myconfig): > "options": "", > "packagedir": "/usr/portage/packages", > "portdir": "/usr/portage", > + "port_tmpdir": "/var/tmp/portage", > "repo_name": "portage", > "sharedir": "/usr/share/catalyst", > "snapshot_name": "portage-", Granted, my commits might have included too much for releng to handle for review. Especially after I had merged commits into complete units where possible (as had been requested). But, isn't this ridiculous. I was even chastised before for adding something that wasn't used right away. I consequently had to rebase it away. This should be merged with commit 15 of this (once again) rebased series at least. I've copy/pasted it here. --- modules/generic_stage_target.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/generic_stage_target.py b/modules/generic_stage_target= .py index e5bdf91..2426b12 100644 --- a/modules/generic_stage_target.py +++ b/modules/generic_stage_target.py @@ -179,9 +179,9 @@ class generic_stage_target(generic_target): "/usr/portage":self.settings["snapshot_cach= e_path"]+"/portage",\ "/usr/portage/distfiles":self.settings["dis= tdir"],"/var/tmp/portage":"tmpfs"} else: - self.mounts =3D ["proc", "dev", "distdir", "/var/tm= p/portage"] + self.mounts =3D ["proc", "dev", "distdir", "port_tm= pdir"] self.mountmap =3D {"proc":"/proc", "dev":"/dev", "/= dev/pts":"/dev/pts",\ - "distdir":self.settings["distdir"],"/var/tm= p/portage":"tmpfs"} + "distdir":self.settings["distdir"], "port_t= mpdir":"tmpfs"} if os.uname()[0] =3D=3D "Linux": self.mounts.append("/dev/pts") =20 --=-j6FkAxpYOt0cbPr23EIZ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQF8BAABCgBmBQJSrRpXXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4Njg4RkQxQ0M3MUMxQzA0RUFFQTQyMzcy MjE0RDkwQTAxNEYxN0NCAAoJECIU2QoBTxfLkEIH/i09gnRgAoj68Yfa8RNPiiKl os/M2Lwpaf30x7aTxIWjo6nDwJx02H9BgbP8LRWqNpBtmehX30cZYuKXh2QNXg9h GjTayghNyNrrEQJao617m7zszL2hI6/MvjCZaiuOaJXORJMWiPPy5f8/W/0ACD4K fgawR7IQ9x2GkAPN1B9b4qpTz/lLWTKep6PAfugMtcouwMBQn/TiLVKmeqy/9TUB X6ODPWW4VZPrUsCdUTZuSuPVxhgoGrz128R2uuTsMWqA1NQ+gdlMoikkKqRNnIne CALeW73vWo+ygrwQk2WrVgG/PwpN5y7u2NlgmS3NXESN0YT30HlOempD2IOxWOI= =jf3r -----END PGP SIGNATURE----- --=-j6FkAxpYOt0cbPr23EIZ--