-
-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix Issue #528 - fetch doesn't work for recently updated package
Revert "store metadata cache on disk" This reverts commit 161aad0. We only ask the package suppliers for metadata when upgrading or searching a specific package version. In particular building an already fetched package does not ask the package suppliers (only the package manager responsible for locally installed packages). In all cases where we get data from a package supplier we want to get the latest available information. Therefor it doesn't make sense to cache any metadata from the package suppliers on disk. Not sure whether we still need the in memory metadata cache (e.g. for multiple queries during dependency resolution).
- Loading branch information
1 parent
54b6922
commit 0ff3594
Showing
3 changed files
with
5 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters