-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
Support for "dumb" remote access #1097
Comments
I've got an initial implementation of this. |
@jelmer we are hitting this quite a lot. Did that initial implementation ever turn into something more mergeable? |
Not much progress unfortunately. Where are you hitting this? Dumb repos are fairly rare nowadays. |
There's plenty of self-hosting projects using dumb repos including gpgme, libnftl and various others. |
Sure, it's by far minority of total projects we package but still significant enough for this feature to be relevant. |
This is probably a matter of implementing a DumbRemoteRepo that implements enough of the API to support fetch_pack.
Needs a custom object store implementation that just reads a generated pack info file.
The text was updated successfully, but these errors were encountered: