commit | 098b92533ee77881caa069776c0b21e04be529f2 | [log] [tgz] |
---|---|---|
author | Ivan Frade <ifrade@google.com> | Thu Sep 02 11:29:03 2021 -0700 |
committer | Ivan Frade <ifrade@google.com> | Thu Sep 02 14:26:15 2021 -0700 |
tree | f0e21688b82eb0275d4c35cf443fada78dc54ddb | |
parent | 0f55f5a12b7c906dc9760c84c51a03dfc8d9b113 [diff] |
JiriUpdater: Do not set branch for SHA1 In pinned manifest, the ref is a SHA1. Current code is writing "branch = <SHA1>" that is not a valid value. Furthermore, tags are not valid values for the branch field. Write the branch field only for non-tags. Tags go to the "ref" field (RepoCommand does this). Change-Id: Id89d8a4c1dd6d9dc3327fc3f60a6b7c7a324b0a5
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