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

Use correct path when destdir option is set #1628

Merged
merged 3 commits into from
Aug 16, 2024
Merged

Use correct path when destdir option is set #1628

merged 3 commits into from
Aug 16, 2024

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    07105d0 View commit details
    Browse the repository at this point in the history
  2. repo: New Repo.get_packages_download_dir() method

    Currently, the path where a package should be downloaded is computed in
    several places. This patch introduces a single location for this
    computation to reduce code duplication.
    The patch also fixes usage of incorrect package path in
    Package::get_package_path() call - the destdir config option was not
    taken into account.
    m-blaha committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    1e83b07 View commit details
    Browse the repository at this point in the history
  3. package_downloader: Always call download callbacks

    The download callbacks were not called in case the source and
    destination of locally available downloaded file were the same.
    m-blaha committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    3aebdbb View commit details
    Browse the repository at this point in the history