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

Improve pkgdb_access API #2313

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Improve pkgdb_access API #2313

wants to merge 3 commits into from

Commits on Sep 17, 2024

  1. Improve pkgdb_access API

    `pkgdb` works with multirepo, however, it's API is not aware that we
    sometimes want to work with some specific repo and not with all of them
    
    The idea of this PR is to allow all `pkgdb_*` functions to be able
    to select a set of repos to work with (e.g. that could be overriden
    from CLI args).
    
    The only option for now is to disable repos in the configuration which
    might be not convenient for some use cases.
    vstakhov committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1806219 View commit details
    Browse the repository at this point in the history
  2. Fix comparison logic

    vstakhov committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    32c5666 View commit details
    Browse the repository at this point in the history
  3. Fix pkg upgrade

    vstakhov committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5a5fbcd View commit details
    Browse the repository at this point in the history