commit | 2b8161c7d01af273e82c4408bdad685c4483525e | [log] [tgz] |
---|---|---|
author | Ivan Frade <ifrade@google.com> | Thu Apr 08 17:51:59 2021 -0700 |
committer | Ivan Frade <ifrade@google.com> | Thu Apr 08 17:51:59 2021 -0700 |
tree | e6005aa675197437aac867cb5a213a84feef15d1 | |
parent | fb2553dffcfa0af435f2639ed68837398c3a6e0d [diff] |
SuperManifestRepoManager: Take the path if the URL is not canonical In some cases the canonical URL doesn't match with the repo URL and relying on the path returns the right result (at the risk of opening the wrong repo if the host is different). This was the behaviour before and the change broke some existing manifest projects. Revert to this (wrong) behavior until we can have a proper cross-host implementation. Change-Id: Id1f95c88d2f3383fbb0801c65253fa1dcb0b878d
The plugin will update a superproject to contain the submodules defined in the manifest XML file whenever the manifest repo is changed.
For more information see the documentation or the build instructions