Gentoo Archives: gentoo-dev

From: Michael 'veremitz' Everitt <gentoo@×××××××.xyz>
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:03:25
Message-Id: e3823827-31e3-aafc-4614-e9610a9bc3f7@veremit.xyz
In Reply to: [gentoo-dev] [PATCH] git-r3.eclass: Handle recursive submodules in EGIT_SUBMODULES by "Michał Górny"
1 On 30/12/19 13:30, Michał Górny wrote:
2 > Match recursive submodules using their full paths rather than path
3 > relatively to the parent submodule.
4 >
5 > Closes: https://bugs.gentoo.org/694494
6 > Signed-off-by: Michał Górny <mgorny@g.o>
7 > ---
8 > eclass/git-r3.eclass | 27 +++++++++++++++++++--------
9 > 1 file changed, 19 insertions(+), 8 deletions(-)
10 >
11 > diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass
12 > index 144236c6ac38..663fd939b295 100644
13 > --- a/eclass/git-r3.eclass
14 > +++ b/eclass/git-r3.eclass
15 > @@ -401,16 +401,22 @@ _git-r3_set_gitdir() {
16 > }
17 >
18 > # @FUNCTION: _git-r3_set_submodules
19 > -# @USAGE: <file-contents>
20 > +# @USAGE: <parent-path> <file-contents>
21 > # @INTERNAL
22 > # @DESCRIPTION:
23 <snip>
24
25 How is this backward compatible?

Attachments

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

Replies