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 630E7138247 for ; Sun, 15 Dec 2013 03:23:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86369E0B88; Sun, 15 Dec 2013 03:23:01 +0000 (UTC) Received: from qmta05.westchester.pa.mail.comcast.net (qmta05.westchester.pa.mail.comcast.net [76.96.62.48]) by pigeon.gentoo.org (Postfix) with ESMTP id DF4D0E0B88 for ; Sun, 15 Dec 2013 03:23:00 +0000 (UTC) Received: from omta17.westchester.pa.mail.comcast.net ([76.96.62.89]) by qmta05.westchester.pa.mail.comcast.net with comcast id 1fKY1n0041vXlb855fP05n; Sun, 15 Dec 2013 03:23:00 +0000 Received: from odin.tremily.us ([24.18.63.50]) by omta17.westchester.pa.mail.comcast.net with comcast id 1fNz1n00M152l3L3dfP09k; Sun, 15 Dec 2013 03:23:00 +0000 Received: by odin.tremily.us (Postfix, from userid 1000) id EDCD2D697D5; Sat, 14 Dec 2013 19:22:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tremily.us; s=odin; t=1387077778; bh=xeObdLjhgRyH6bsn+8U6pqlBx/GQf2IsUNzybFrxqYI=; h=Date:From:To:Subject:References:In-Reply-To; b=fpBM2ZDFKx9LX/4CKEVcVBzNJf5XavwAoQ2ueGCU90MZgJD6GEFbQpg5grnaJ1Jzs vV0u5dZ7DIV++3WMTxDX0vmdFvG93k0dUMPI4vA74kcb8gNAeMgsgGVSJkteudZisR lw8Yu2zNb9UJtsOR4ZAXjAWQgTxXPz4ft8JwYg5I= Date: Sat, 14 Dec 2013 19:22:58 -0800 From: "W. Trevor King" To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] [PATCH v2 10/21] catalyst: Add 'port_tmpdir' default instead of hard-coding '/var/tmp/portage' Message-ID: <20131215032258.GK25409@odin.tremily.us> References: <1387076183.3897.173.camel@big_daddy.dol-sen.ca> <20131215030757.GJ25409@odin.tremily.us> 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 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZH76yXETYuyhTGDD" Content-Disposition: inline In-Reply-To: <20131215030757.GJ25409@odin.tremily.us> OpenPGP: id=39A2F3FA2AB17E5D8764F388FC29BDCDF15F5BE8; url=http://tremily.us/pubkey.txt User-Agent: Mutt/1.5.22 (2013-10-16) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20121106; t=1387077780; bh=RuZbvwmurxz9Zor9+ymaVfB0wRXaqerdgzp0WmgdeJA=; h=Received:Received:Received:Date:From:To:Subject:Message-ID: MIME-Version:Content-Type; b=PCknr7kjFGDNf5yiW0g9oDqYazZQ5QIZspP7eHygmlLKI8Qagkk6dq9ee9hht36Nw b0rafNty1PRm5iuRYspqVR01K8DxJCgYqI9R1wTTgueCc3z4nsHEjgQ46NZDrgMHoE zyvxrDnE2tVIRm61dnAwPKH/zasze5/MkeV5Ux7keYIn5+95q2Z9H6wabFmVH66l5L bd6aw9AgNpzgqAq27kSDCOtPrB/DTl+pgZhBrNx4sW8kTl4V15aymeFjDC+G7bsIW6 vQouIexkNP1J56soJ4JLHy330Q9jGCcCKHJY5OrWvare+3Gc3cmR15zKrtPf2iqoUP wYacjKKI8IFRA== X-Archives-Salt: 7a4967a3-c1bf-4e2f-9682-95900258121f X-Archives-Hash: 010ba4988117e36e977653d74473b38e --ZH76yXETYuyhTGDD Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 14, 2013 at 07:07:57PM -0800, W. Trevor King wrote: > On Sat, Dec 14, 2013 at 06:56:23PM -0800, Brian Dolbec wrote: > > - self.mounts =3D ["proc", "dev", "distdir", "/va= r/tmp/portage"] > > + self.mounts =3D ["proc", "dev", "distdir", "por= t_tmpdir"] > > self.mountmap =3D {"proc":"/proc", "dev":"/dev"= , "/dev/pts":"/dev/pts",\ > > - "distdir":self.settings["distdir"],"/va= r/tmp/portage":"tmpfs"} > > + "distdir":self.settings["distdir"], "po= rt_tmpdir":"tmpfs"} >=20 > This is changing the *mountmap key* to port_tmpdir, but it's not > changing the *mount target*. I'm not sure where that happens, maybe > it's automatically extracted from settings using the mountmap key? Oops, I mean't =E2=80=9Cmount source=E2=80=9D not =E2=80=9Cmount target=E2= =80=9D :p. I grepped through the rest of rewrite-on-master, and I don't see settings["port_tmpdir"] anywhere. Perhaps we should just drop this commit? Cheers, Trevor --=20 This email may be signed or encrypted with GnuPG (http://www.gnupg.org). For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy --ZH76yXETYuyhTGDD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQIcBAEBAgAGBQJSrSCQAAoJEKKfehoaNkbt48IP/Ane8L7Q6JVwZuVk5rkqBhVp p8PNVBFWa3d8YvweLNSDdc9go4QBJ60lL6y3+vViaXyhvJ4WUnSVn+vH0lxs8vhc T3FJYq+iR+Eg5sHbSo339yqq+BSyLj8RiZttcbWmKrN2JUQ060+dxQja1KIEVt5F 6ivjJlwyRByhgY9swO+n5QKpTrdp/s3iLL160022bY4Y6oKl7yeDRan7/R4Ys/vA RdoS0yzhtbySDdenoTNULCd1TejKfuRS4fBnj7VaBC4UXgcN4b9BZ8OKAIQypq3X 3vWEGBOaKxTW2+twproNqBDYEm9j0rO6Q405c9C4fb2QzD1tmkqzTmoQqtbkzDzg qrc/xart6sSgvZVbHbMC/pZw1+RlQGK/Df9Jn4Ym876CPvQ8sx0NjJ/wVCXLlO9Q vvh5tC3fdAOdoIMjP3YZ3xDMSUSrukMzmx3i8/lMcw5CFttDKtYffJp0QmvbCbP9 o/V8nhONfu/tEUPAMZtZDImwEppiUbO/2yrJ+czL4JPfW/mMtGPj3VOefKysi2tP F+5ZCYo8D7kjmYFLQWm9waXODedyN8eu/8o1ew4Oe5jvoGdgwQiP9KLDd9mVE0TL EN5GhhH0U6+fzjrufjHfadoTqlyFnN33ebfCta8Hhg4nBe1KELREwBaf6sbjcUQy oY9Br69gM8MGUkfWOltH =J6LC -----END PGP SIGNATURE----- --ZH76yXETYuyhTGDD--