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

Ensure dependency management configs can be updated #66

Closed
IanWoodard opened this issue Oct 4, 2024 · 0 comments · Fixed by #69
Closed

Ensure dependency management configs can be updated #66

IanWoodard opened this issue Oct 4, 2024 · 0 comments · Fixed by #69
Assignees

Comments

@IanWoodard
Copy link
Member

Currently, the git configs used for dependency management can't easily be updated for already installed dependencies because they are only set at install. Ideally, if we change these down the line, they should take effect even if we already installed dependencies. There are a few ways to solve this problem:

  • Version the installed dependencies via a nested folder structure where we use /v1/dependencies to signify the version installed. We could then bump that version if/when we change the configs to ensure we re-install the dependencies if we change the git config.
  • Instead of setting the git config directly, we could pass it with every git command we run. This would enable us to not have to worry about what config we may have used in the past since it will always use whatever it is currently configured to.
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

Successfully merging a pull request may close this issue.

1 participant