public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
From: Brian Dolbec <dolsen@gentoo.org>
To: gentoo-catalyst@lists.gentoo.org
Subject: Re: [gentoo-catalyst] [PATCH] modules/generic_stage_target.py: Use 'devpts' as mountmap key.
Date: Sun, 15 Dec 2013 13:24:01 -0800	[thread overview]
Message-ID: <1387142641.3897.175.camel@big_daddy.dol-sen.ca> (raw)
In-Reply-To: <1387139646-23456-1-git-send-email-mattst88@gentoo.org>

[-- Attachment #1: Type: text/plain, Size: 1180 bytes --]

On Sun, 2013-12-15 at 12:34 -0800, Matt Turner wrote:
> From: Matt Turner <mattst88@gmail.com>
> 
> Missed in 0c68d30b. Would cause catalyst to fail if snapcache were
> enabled.
> 
> Tested-by: Brian Dolbec <dolsen@gentoo.org>
> ---
>  modules/generic_stage_target.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/modules/generic_stage_target.py b/modules/generic_stage_target.py
> index 8c983e1..3e60f72 100644
> --- a/modules/generic_stage_target.py
> +++ b/modules/generic_stage_target.py
> @@ -175,7 +175,7 @@ class generic_stage_target(generic_target):
>  		""" Setup our mount points """
>  		if "SNAPCACHE" in self.settings:
>  			self.mounts=["/proc","/dev","/usr/portage","/usr/portage/distfiles","/var/tmp/portage"]
> -			self.mountmap={"/proc":"/proc","/dev":"/dev","/dev/pts":"/dev/pts",\
> +			self.mountmap={"/proc":"/proc","/dev":"/dev","devpts":"/dev/pts",
>  				"/usr/portage":self.settings["snapshot_cache_path"]+"/portage",\
>  				"/usr/portage/distfiles":self.settings["distdir"],"/var/tmp/portage":"tmpfs"}
>  		else:


Just commit it already..., it fixes master
-- 
Brian Dolbec <dolsen@gentoo.org>

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 620 bytes --]

  reply	other threads:[~2013-12-15 21:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-15 20:34 [gentoo-catalyst] [PATCH] modules/generic_stage_target.py: Use 'devpts' as mountmap key Matt Turner
2013-12-15 21:24 ` Brian Dolbec [this message]
2013-12-15 21:33   ` Matt Turner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1387142641.3897.175.camel@big_daddy.dol-sen.ca \
    --to=dolsen@gentoo.org \
    --cc=gentoo-catalyst@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox