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

Allow non-Git indices #7095

Closed
jdemilledt opened this issue Jul 4, 2019 · 1 comment
Closed

Allow non-Git indices #7095

jdemilledt opened this issue Jul 4, 2019 · 1 comment
Labels
A-registries Area: registries C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`

Comments

@jdemilledt
Copy link

Describe the problem you are trying to solve

Currently, indices are downloaded via Git. For public repositories, this is not an issue. However, for private repositories, this could be. The authentication issue is part of #7091, but sometimes, the repository owner may wish to filter who sees what crates. Automating this would be quite difficult due to the nature of Git.

Describe the solution you'd like

I propose to allow non-Git indices where a separate URL can indicate updates, and a tarball of the index is downloaded. Authentication info is also supplied for this request.

Notes

@jdemilledt jdemilledt added the C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` label Jul 4, 2019
@ehuss ehuss added the A-registries Area: registries label Jul 5, 2019
@ehuss
Copy link
Contributor

ehuss commented Dec 11, 2022

I'm going to close as I believe this is mostly resolved by #9069.

@ehuss ehuss closed this as not planned Won't fix, can't repro, duplicate, stale Dec 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-registries Area: registries C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Projects
None yet
Development

No branches or pull requests

2 participants