From c984e8d4f6c63af9781b679efd7aa734ad36f47f Mon Sep 17 00:00:00 2001 From: Guillaume Micouin-Jorda Date: Thu, 9 Nov 2023 15:13:17 +0100 Subject: manifest_xml: support nested submanifests Change-Id: I58f91c6b0db631bb7f55164f41d11d3a349ac94f Signed-off-by: Guillaume Micouin-Jorda Signed-off-by: Hadamik Stephan Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/392020 Reviewed-by: Ben PUJOL Reviewed-by: LaMont Jones Tested-by: Roberto Prado Commit-Queue: Roberto Prado Tested-by: LaMont Jones Reviewed-by: Roberto Prado --- manifest_xml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest_xml.py b/manifest_xml.py index b27bf805..edbebaa3 100644 --- a/manifest_xml.py +++ b/manifest_xml.py @@ -305,7 +305,7 @@ class _XmlSubmanifest: parent.repodir, linkFile, parent_groups=",".join(groups) or "", - submanifest_path=self.relpath, + submanifest_path=os.path.join(parent.path_prefix, self.relpath), outer_client=outer_client, default_groups=default_groups, ) -- cgit v1.2.3-54-g00ecf