From b90a422ab692657709ed49783212f7febe445ac7 Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Thu, 14 Apr 2022 15:00:09 +0000 Subject: Override the manifest for the entire command When a manifest file is overridden, remember that and keep using the override for the remainder of the process. If we need to revert it, make the override name evaluate False. Change-Id: I1eee05fec6988c1ee4a3c751c4b540d5b5d11797 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/335136 Tested-by: LaMont Jones Reviewed-by: Mike Frysinger --- project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project.py') diff --git a/project.py b/project.py index 7da7b1d3..aeb092ca 100644 --- a/project.py +++ b/project.py @@ -3760,7 +3760,7 @@ class ManifestProject(MetaProject): if not this_manifest_only: for submanifest in self.manifest.submanifests.values(): - spec = submanifest.ToSubmanifestSpec(root=self.manifest.outer_client) + spec = submanifest.ToSubmanifestSpec() submanifest.repo_client.manifestProject.Sync( manifest_url=spec.manifestUrl, manifest_branch=spec.revision, -- cgit v1.2.3-54-g00ecf