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 9D73C138247 for ; Sun, 15 Dec 2013 03:08:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E63DE0C4F; Sun, 15 Dec 2013 03:08:00 +0000 (UTC) Received: from qmta08.westchester.pa.mail.comcast.net (qmta08.westchester.pa.mail.comcast.net [76.96.62.80]) by pigeon.gentoo.org (Postfix) with ESMTP id 97CB3E0C4F for ; Sun, 15 Dec 2013 03:07:59 +0000 (UTC) Received: from omta11.westchester.pa.mail.comcast.net ([76.96.62.36]) by qmta08.westchester.pa.mail.comcast.net with comcast id 1er71n0010mv7h058f7zaZ; Sun, 15 Dec 2013 03:07:59 +0000 Received: from odin.tremily.us ([24.18.63.50]) by omta11.westchester.pa.mail.comcast.net with comcast id 1f7x1n00G152l3L3Xf7y0x; Sun, 15 Dec 2013 03:07:59 +0000 Received: by odin.tremily.us (Postfix, from userid 1000) id 49867D69702; Sat, 14 Dec 2013 19:07:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tremily.us; s=odin; t=1387076877; bh=2aILoL/U2+iUy7sS+gJ5bDFVQwiQ44/qdo7qDiqSW+E=; h=Date:From:To:Subject:References:In-Reply-To; b=ew5Of4gGweMnjJ1nrx2UEYQQ+WErGYi5i8IWZNOT+6TBZ86Ybn73UO6qhGc5lh9mi qIQy77TSxr6klRR/muEqn73NNAW69LP2B9rss2CTJUCBoQE4TES/Y+vwm8cwpSk2WS 9BP+qEqOXYUBPQt3tbfONGOrdF2dMzw77z6il7RU= Date: Sat, 14 Dec 2013 19:07:57 -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: <20131215030757.GJ25409@odin.tremily.us> References: <1387076183.3897.173.camel@big_daddy.dol-sen.ca> 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="p0aHTXLXY/BobAxh" Content-Disposition: inline In-Reply-To: <1387076183.3897.173.camel@big_daddy.dol-sen.ca> 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=1387076879; bh=iqSMLPda0mrC3S/q13ggC23W8hKNPZt1rtMT7ac0B84=; h=Received:Received:Received:Date:From:To:Subject:Message-ID: MIME-Version:Content-Type; b=TA1MlZ6HdGL4CFKnC3ggGyaDJmf0GB99HdFpEL8ASj+uxcJH1G5N6JXcDMHgnOpWV 8vOxqQk9CyaTjOlF8Ta23DN+6na8mleqWmSLF38Fw3TOHnEuoKGnU7Dcw0uSOBRfzE DsAIKFi6lJikredbxV/0tes3AHdBn533yGzv4CrXaMnS+wNokHBCrxXzSnHkYXEha0 1Xd/7JVWzjvNNwyejcL3yHL+WJxxWtVV0sQ+4Ho4/Z6rc366kUPXHXq46MOxYXD7LY 6HOCQwC49JcZiRe/etjIkvDCm/1LKlELCCsCHPW75MQEAz6NA1PkROsxqZZdJy1V+L 85Iv/RV2nNu2g== X-Archives-Salt: 94165074-85cc-4ec7-81fd-b5f04ff801df X-Archives-Hash: dd0c5e18bdea66ba944692251c6497a3 --p0aHTXLXY/BobAxh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 14, 2013 at 06:56:23PM -0800, Brian Dolbec wrote: > On Sat, 2013-12-14 at 14:24 -0800, W. Trevor King wrote: > > + "port_tmpdir": "/var/tmp/portage", >=20 > 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. Sure. I don't think we use settings['port_tmpdir'] in this part of the series though. I can shift this commit back to the next phase if folks think that's appropriate. > - self.mounts =3D ["proc", "dev", "distdir", "/var/= tmp/portage"] > + self.mounts =3D ["proc", "dev", "distdir", "port_= tmpdir"] > self.mountmap =3D {"proc":"/proc", "dev":"/dev", = "/dev/pts":"/dev/pts",\ > - "distdir":self.settings["distdir"],"/var/= tmp/portage":"tmpfs"} > + "distdir":self.settings["distdir"], "port= _tmpdir":"tmpfs"} 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? 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 --p0aHTXLXY/BobAxh Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQIcBAEBAgAGBQJSrR0LAAoJEKKfehoaNkbtM/MP/0UVJjjeV215R6WYqIEOfqOt 2zDkZIjFqhV2ytTQExFF/NKVUv4XrX7EJNE+AbLuY5uHLA1MkDS7Ue+E+aTIxphO F+XWbZf2SA6yLXVX0IxuOFbGfZSHkavENfFq1ENTa/GIb60g7mK9qGZaXjoWCO0G 3fqZvAweyKrSY6gyKYW+CVpk1KCg7GVRu41oC1VKICm7he095q2zazCKW3XKp2lZ C4WLMtDg/cgQXnz0dbHXll2jkuRuBvQZuM2XL5y6lwvtioS5RVXzfGtUUnFQbpFW 4oMpsVm6U5dA/5Li2KOLBYG6jGytuPIzoIEmqdIDCelaNjKMQaNijx+AiV5Ex2VA X4noTA71Q4iPOwtdk+ewUAaok2TDtqJWK8DKzc31+0fPECr4b3tvvHFus8wpUFA0 iJ5bKDsKqO63ARcTQqSHugODVIrEw3uXj4qRTY4BomjEDdcijEUV3W4sezSx7Krb 0Uq0ik6gBhBw3hai81uqVv9kBezUVUtr8QXZHryP6VzSPAg8PoozrR919vOiQt7T 0NqBv16MzIp9SB0HqOUcI1ZrTu5glwRF5jA9zxDlrTdm6RGVIAwQM+E6u5zLt5lW Dz/4W4X1ddn5XTG0xFA44Rx6VLOJwFvf0WpbxNt2x6CUE/cA7Ro7YIXIU787PniS Qc6SQmd+Q03L7ljqEHqy =8LvM -----END PGP SIGNATURE----- --p0aHTXLXY/BobAxh--