Gentoo Archives: gentoo-catalyst

From: "W. Trevor King" <wking@×××××××.us>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] [PATCH 2/6] Fix a missed self.settings["repo_name"] migration
Date: Sun, 29 Dec 2013 02:19:30
Message-Id: 20131229021926.GE29195@odin.tremily.us
In Reply to: [gentoo-catalyst] [PATCH 2/6] Fix a missed self.settings["repo_name"] migration by Brian Dolbec
1 On Sat, Dec 28, 2013 at 05:57:06PM -0800, Brian Dolbec wrote:
2 > - "portdir":self.settings["snapshot_cache_path"]+"/portage",\
3 > + "portdir": normpath(self.settings["snapshot_cache_path"] + "/" +
4 > + self.settings["repo_name"]),
5 > "distdir":self.settings["distdir"],"port_tmpdir":"tmpfs"}
6
7 Ah, this is getting rid of that trailing backslash, so I'm fine if it
8 stays in the previous commit. We're still missing the space before
9 “"port_tmpdir"”. The use of normpath and the repo_name setting look
10 good.
11
12 Cheers,
13 Trevor
14
15 --
16 This email may be signed or encrypted with GnuPG (http://www.gnupg.org).
17 For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy

Attachments

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

Replies