Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] git-r3.eclass: Handle recursive submodules in EGIT_SUBMODULES
Date: Mon, 30 Dec 2019 14:11:14
Message-Id: cb869f27a8ed5e7b3cec91cc9117fec9c9a27367.camel@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH] git-r3.eclass: Handle recursive submodules in EGIT_SUBMODULES by Michael 'veremitz' Everitt
1 On Mon, 2019-12-30 at 14:03 +0000, Michael 'veremitz' Everitt wrote:
2 > On 30/12/19 13:30, Michał Górny wrote:
3 > > Match recursive submodules using their full paths rather than path
4 > > relatively to the parent submodule.
5 > >
6 > > Closes: https://bugs.gentoo.org/694494
7 > > Signed-off-by: Michał Górny <mgorny@g.o>
8 > > ---
9 > > eclass/git-r3.eclass | 27 +++++++++++++++++++--------
10 > > 1 file changed, 19 insertions(+), 8 deletions(-)
11 > >
12 > > diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass
13 > > index 144236c6ac38..663fd939b295 100644
14 > > --- a/eclass/git-r3.eclass
15 > > +++ b/eclass/git-r3.eclass
16 > > @@ -401,16 +401,22 @@ _git-r3_set_gitdir() {
17 > > }
18 > >
19 > > # @FUNCTION: _git-r3_set_submodules
20 > > -# @USAGE: <file-contents>
21 > > +# @USAGE: <parent-path> <file-contents>
22 > > # @INTERNAL
23 > > # @DESCRIPTION:
24 > <snip>
25 >
26 > How is this backward compatible?
27 >
28
29 This is an internal function.
30
31 --
32 Best regards,
33 Michał Górny

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] [PATCH] git-r3.eclass: Handle recursive submodules in EGIT_SUBMODULES Michael 'veremitz' Everitt <gentoo@×××××××.xyz>