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

Set git auth variables in Hermit manager to support private package updating #34544

Open
rarkins opened this issue Feb 28, 2025 · 0 comments
Open
Labels
manager:hermit Related to the hermit package manager priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others

Comments

@rarkins
Copy link
Collaborator

rarkins commented Feb 28, 2025

Describe the proposed change(s).

Hermit manager calls git under the hood, but currently no git credentials are passed through. They should be passed through similar to how Cargo does it:

extraEnv: { ...getGitEnvironmentVariables(['cargo']) },

@rarkins rarkins added manager:hermit Related to the hermit package manager priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others labels Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
manager:hermit Related to the hermit package manager priority-3-medium Default priority, "should be done" but isn't prioritised ahead of others
Projects
None yet
Development

No branches or pull requests

1 participant