Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[make init] update submodule's remotes (#5534)
* [make reset] update submodule's remotes This change is to address an issue where when using a long standing repo to build image, the submodule could become out-dated with their remotes so that make init is no longer to bring all submoudles to the latest. The consequence is weird build failures. When we update/switch branch in a long standing repo, we will issue 'make reset' to get repo ready for next build. Updating all submodule's remotes during "make reset" address the issue. Signed-off-by: Ying Xie <[email protected]>
- Loading branch information