Gentoo Archives: gentoo-portage-dev

From: Brian Dolbec <dolsen@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] Add btrfs.* to default PORTAGE_XATTR_EXCLUDE.
Date: Sun, 02 Nov 2014 01:56:44
Message-Id: 20141101185549.58e98f4c.dolsen@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] Add btrfs.* to default PORTAGE_XATTR_EXCLUDE. by Zac Medico
1 On Sat, 1 Nov 2014 14:05:01 -0700
2 Zac Medico <zmedico@g.o> wrote:
3
4 > X-Gentoo-Bug: 527636
5 > X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=527636
6
7
8 Can you add a little more info why to the commit message please.
9 also can you add the bug # to the end of first line, it makes it easier
10 for tracking release news changes, etc.
11
12 Add btrfs.* to default PORTAGE_XATTR_EXCLUDE (527636)
13
14 otherwise is ok.
15 > ---
16 > cnf/make.globals | 3 ++-
17 > 1 file changed, 2 insertions(+), 1 deletion(-)
18 >
19 > diff --git a/cnf/make.globals b/cnf/make.globals
20 > index 013c556..dd99618 100644
21 > --- a/cnf/make.globals
22 > +++ b/cnf/make.globals
23 > @@ -122,9 +122,10 @@ PORTAGE_ELOG_MAILFROM="portage@localhost"
24 > # Signing command used by repoman
25 > PORTAGE_GPG_SIGNING_COMMAND="gpg --sign --digest-algo SHA256
26 > --clearsign --yes --default-key \"\${PORTAGE_GPG_KEY}\" --homedir
27 > \"\${PORTAGE_GPG_DIR}\" \"\${FILE}\""
28 > +# btrfs.* attributes are irrelevant, see bug #527636.
29 > # Security
30 > labels are special, see bug #461868. # system.nfs4_acl attributes are
31 > irrelevant, see bug #475496. -PORTAGE_XATTR_EXCLUDE="security.*
32 > system.nfs4_acl" +PORTAGE_XATTR_EXCLUDE="btrfs.* security.*
33 > system.nfs4_acl"
34 > # *****************************
35 > # ** DO NOT EDIT THIS FILE **
36
37
38
39 --
40 Brian Dolbec <dolsen>