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

Bot that automatically commit submodules #17

Open
illwieckz opened this issue Feb 15, 2022 · 0 comments
Open

Bot that automatically commit submodules #17

illwieckz opened this issue Feb 15, 2022 · 0 comments

Comments

@illwieckz
Copy link
Member

illwieckz commented Feb 15, 2022

One problem with submodules is that we forget to update submodule references in parent repository, meaning that when someone bisects a parent repository, there state of submodules can't be trusted.

So I have an idea of a simple bot that:

  • clones recursively Unvanquished
  • pulls master on every repository and submodules (using git-checkout-modules)
  • commits submodule changes

and probably do the same with branches like 0.53.0/sync.

The idea is that the bot runs once a day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant