-
Notifications
You must be signed in to change notification settings - Fork 7
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
Reqwest integration? #4
Comments
I have the https://github.com/dralley/rpmrepo/blob/master/rpmrepo/download.py But, like, "started" is a bit strong because I haven't done much meaningful work on it in a year.
Repo structure depends on the distro. Fedora has a release repo with the release-day versions of all packages, and the updates repo, with any updates released after release day. In RHEL and CentOS there is no separation, there's just one set of repos including all packages. Except: there's still separate repos for e.g. debug packages. |
I have a mild preference for simpler synchronous libraries like If async is helpful to implementing certain features that would otherwise be a pain, then I have nothing against it, though. |
We've been working on
resolvo-rpm
: https://github.com/prefix-dev/resolvo-rpmAnd wrote our own little
reqwest
integration (super bare-bones).It would be nice if we could fetch the repodata using
rpmrepo_metadata
directly.I am also not sure what repodata's are relevant in the rpm world (we're only using
Everything/x86_64/os
for now, but maybe "update" is also relevant?The text was updated successfully, but these errors were encountered: