Gentoo Archives: gentoo-catalyst

From: "W. Trevor King" <wking@×××××××.us>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] [PATCH 3/6] Add "local_overlay" to configdefaults.
Date: Sun, 29 Dec 2013 02:24:41
Message-Id: 20131229022438.GF29195@odin.tremily.us
In Reply to: [gentoo-catalyst] [PATCH 3/6] Add "local_overlay" to configdefaults. by Brian Dolbec
1 On Sat, Dec 28, 2013 at 05:57:07PM -0800, Brian Dolbec wrote:
2 > Fixes commit 463d98fe94041313e0cb4497081858ab5d9121f3
3
4 In the Git history (git://github.com/gitster/git.git) the convention
5 seems to be:
6
7 ${SHORT_HASH} (${SUBJECT}, ${AUTHOR_DATE})
8
9 so:
10
11 Fixes commit 463d98f (modules/generic_stage_target.py: Use a
12 'local_overlay' setting instead of hard-coding '/usr/local/portage',
13 2012-12-19).
14
15 The benefits of including human-readable content are:
16
17 * Folks don't have to look up the hash to get an idea about the
18 referenced commit's changes.
19 * If this commit is cherry-picked into an alternate history, the
20 subject and author-date will be preserved, but the hash changes.
21
22 > confdefaults = {
23 > "distdir": "/usr/portage/distfiles",
24 > "hash_function": "crc32",
25 > + "local_overlay": "/usr/local/portage",
26
27 Oops :p. Looks good to me.
28
29 Cheers,
30 Trevor
31
32 --
33 This email may be signed or encrypted with GnuPG (http://www.gnupg.org).
34 For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy

Attachments

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