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

Add CentOS Hyperscale and Fedora Asahi Remix #6

Merged
merged 4 commits into from
Apr 1, 2024

Commits on Mar 29, 2024

  1. Add CentOS Hyperscale

    Signed-off-by: Stephen Brennan <[email protected]>
    brenns10 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    38beda9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. rpm: support XML database

    Some package repositories only have a "primary" link in repodata, not a
    "primary_db" with sqlite. In that case, there's an XML file which we
    need to parse. That's going to be slower than sqlite, so we should
    prefer sqlite wherever possible. But let's implement the "primary" XML
    support so that we can support things like Fedora COPR, which don't seem
    to have sqlite repository databases.
    
    Signed-off-by: Stephen Brennan <[email protected]>
    brenns10 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ccc6629 View commit details
    Browse the repository at this point in the history
  2. rpm: support verifying RPMs against a set of many keys

    We already support this through gpg_verify() with a bit of a hack.
    Sadly, we can't use this hack for RPMs.
    
    Signed-off-by: Stephen Brennan <[email protected]>
    brenns10 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    22e3330 View commit details
    Browse the repository at this point in the history
  3. Add Fedora Asahi Remix

    Signed-off-by: Stephen Brennan <[email protected]>
    brenns10 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    cb6a165 View commit details
    Browse the repository at this point in the history