Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot checkout all submodules #43

Open
gdaniel opened this issue Feb 7, 2022 · 0 comments
Open

Cannot checkout all submodules #43

gdaniel opened this issue Feb 7, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@gdaniel
Copy link
Member

gdaniel commented Feb 7, 2022

The wiki specifies how to update all the submodules to the master branch with the following command:

git submodule foreach 'git checkout master'

This doesn't work since we added the intent providers, processors, and monitoring components, because new repositories have their default branch set to main. We need to update the old repositories to also use main, but we need to make sure it doesn't break critical installations.

@gdaniel gdaniel added the bug Something isn't working label Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant