Gentoo Archives: gentoo-catalyst

From: "W. Trevor King" <wking@×××××××.us>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] [PATCH 4/6] Fix a missed self.mounts key change from a path as key.
Date: Sun, 29 Dec 2013 02:30:19
Message-Id: 20131229023015.GG29195@odin.tremily.us
In Reply to: [gentoo-catalyst] [PATCH 4/6] Fix a missed self.mounts key change from a path as key. by Brian Dolbec
1 On Sat, Dec 28, 2013 at 05:57:08PM -0800, Brian Dolbec wrote:
2 > original patch: 27b751ffd9594e0128a3d70f83c7af18dab03838
3
4 Actually, I don't think this is related to 27b751f
5 (modules/generic_stage_target.py: Use 'portdir' instead of hard-coding
6 '/usr/portage', 2012-12-19), which was only about
7 self.settings["portdir"].
8
9 > ---
10 > src=self.mountmap[x]
11 > - if "SNAPCACHE" in self.settings and x == "/usr/portage":
12 > + #print "bind(); src =", src
13 > + if "SNAPCACHE" in self.settings and x == "portdir":
14 > self.snapshot_lock_object.read_lock()
15
16 Maybe squash this into patch #1 (modules/generic_stage_target.py: USE
17 portdir, distdir,... instead of paths for keys, 2013-12-15), because
18 it's fixing the currently-broken SNAPCACHE mountmap keys.
19
20 Cheers,
21 Trevor
22
23 --
24 This email may be signed or encrypted with GnuPG (http://www.gnupg.org).
25 For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy

Attachments

File name MIME type
signature.asc application/pgp-signature