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

dnfdaemon: implement D-Bus API for cleaning caches #1589

Merged
merged 3 commits into from
Aug 1, 2024
Merged

Commits on Jul 31, 2024

  1. dnfdaemon: D-Bus API for cleaning caches

    Implements `clean()` method on `Base` interface to clean requested types
    of caches. Supported types are "all", "packages", "metadata", "dbcache",
    and also "expire-cache" for marking repository metadata expired.
    m-blaha committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2f65803 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c77c7b5 View commit details
    Browse the repository at this point in the history
  3. dnfdaemon-client: Fix repoquery command

    The transfer id is now generated on the server side, do not pass it in
    list_fd() call.
    m-blaha committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2158337 View commit details
    Browse the repository at this point in the history