Gentoo Archives: gentoo-catalyst

From: Brian Dolbec <dolsen@g.o>
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 05:08:27
Message-Id: 1388293682.24088.33.camel@big_daddy.dol-sen.ca
In Reply to: Re: [gentoo-catalyst] [PATCH 2/6] Fix a missed self.settings["repo_name"] migration by "W. Trevor King"
1 On Sat, 2013-12-28 at 18:19 -0800, W. Trevor King wrote:
2 > On Sat, Dec 28, 2013 at 05:57:06PM -0800, Brian Dolbec wrote:
3 > > - "portdir":self.settings["snapshot_cache_path"]+"/portage",\
4 > > + "portdir": normpath(self.settings["snapshot_cache_path"] + "/" +
5 > > + self.settings["repo_name"]),
6 > > "distdir":self.settings["distdir"],"port_tmpdir":"tmpfs"}
7 >
8 > Ah, this is getting rid of that trailing backslash, so I'm fine if it
9 > stays in the previous commit. We're still missing the space before
10 > “"port_tmpdir"”. The use of normpath and the repo_name setting look
11 > good.
12 >
13 > Cheers,
14 > Trevor
15 >
16
17 That too is not part of what this commit is changing. That line is a
18 context line. This commit is touching the previous line. This commit
19 is also not a whitespace cleanup.

Attachments

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