commit | 527de7db85022516524db28c5d721d3345a5ce0a | [log] [tgz] |
---|---|---|
author | Ivan Frade <ifrade@google.com> | Wed Aug 10 14:51:26 2022 -0700 |
committer | Ivan Frade <ifrade@google.com> | Mon Aug 29 08:17:47 2022 -0700 |
tree | cffd2fb202aefe9c79f6da0769ce585866817505 | |
parent | baf511f79b6c6742d4a6398b9368468561b07518 [diff] |
Support exclusion of ref patterns Currently the plugin can only exclude individual refs. Support excluding ref patterns for cases like automation creating refs/heads/auto-<uuid> refs in the manifest repository. Define the patterns on a git-style (only one '*' in the name). It is consistent with other patterns in the conf and allows us to use the RefSpec class for the matching. Change-Id: I2de497ec2d276604230cf2430812a3776a27b58a
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