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 a bunch of repoquery options #573

Merged
merged 6 commits into from
Jun 1, 2023

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    02d4882 View commit details
    Browse the repository at this point in the history
  2. repoquery: do not duplicate logic for available repos

    In order to see whether commandline pkgs need to be loaded we need to
    know if available repos are needed.
    
    This requires that `configure()` is called before
    `load_additional_packages()` but this was true even before because it
    relyad on `only_system_repo_needed` being set.
    kontura committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    51480c1 View commit details
    Browse the repository at this point in the history
  3. repoquery: add --extras, --upgrades and --recent options

    It also renames `only_system_repo_needed` to a more appropriate
    system_repo_needed`.
    kontura committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    f01d447 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ecd152 View commit details
    Browse the repository at this point in the history
  5. repoquery: add --arch option

    kontura committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    d859457 View commit details
    Browse the repository at this point in the history
  6. repoquery: add --file option

    kontura committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    be148dd View commit details
    Browse the repository at this point in the history