commit | 8c93be556687f1bbc471d59e6a5f0297bde8f5f1 | [log] [tgz] |
---|---|---|
author | Ivan Frade <ifrade@google.com> | Wed Sep 01 12:07:51 2021 -0700 |
committer | Ivan Frade <ifrade@google.com> | Wed Sep 01 14:59:44 2021 -0700 |
tree | dde4b602474d8fa3451d7a50c521f047058d94a3 | |
parent | 591cb535edac04cf119b6c67a8c2845cb7796ae0 [diff] |
SuperManifestRefUpdatedListener: inline the update method The update() method has a boolean parameter to let the exceptions pass through or not. This makes the exception handling unnecessarily difficult to read. The method is only called from two places (with the param set as true and false on each). Inline the #update() method to the callers. This moves the exception handling to the same level for both paths (REST call/plugin call) and makes clearer what happens on exceptions: the REST call let the exception go and stops, the plugin still tries with remaning confs. Change-Id: I17933da33437dea4cbbe179b1ef4b6ffeb0655cf
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