-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add support for netrc files as a secondary fallback tier #395
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mariusvniekerk ! Much appreciated!
crates/rattler_networking/src/authentication_storage/netrc_storage.rs
Outdated
Show resolved
Hide resolved
crates/rattler_networking/src/authentication_storage/netrc_storage.rs
Outdated
Show resolved
Hide resolved
crates/rattler_networking/src/authentication_storage/netrc_storage.rs
Outdated
Show resolved
Hide resolved
crates/rattler_networking/src/authentication_storage/netrc_storage.rs
Outdated
Show resolved
Hide resolved
@baszalmstra feel free to take this one over |
@mariusvniekerk I took the liberty to refactor the code slightly. Let me know what you think! If you're happy then we can merge. |
I brought this PR up to date with the latest changes in |
okay merged up |
Will merge after checks have ran! |
Ill fix the issues tomorrow! |
Okaydokey! :) |
Attempt to address prefix-dev/pixi#416