Description of problem: By default, DNF downloads metadata for each user rather than reusing the system cache in the event it cannot write to it. This is unnecessary in most cases, as usually unprivileged users are not doing things that change what repositories are being looked at. DNF should be able to reuse the existing metadata fetched in the system cache if it exists, and only download when it doesn't exist or has been explicitly requested. Version-Release number of selected component (if applicable): 2.7.5-1.mga7 How reproducible: Always Steps to Reproduce: 1. dnf search dnf (not as root)
Igor, Any idea how difficult this would be to implement? Maybe as a configuration switch that we can set for Mageia at the minimum?
Keywords: (none) => UPSTREAMCC: (none) => ignatenko
(In reply to Neal Gompa from comment #1) > Igor, > > Any idea how difficult this would be to implement? Maybe as a configuration > switch that we can set for Mageia at the minimum? The switch should be enabled by default for Mageia. As in, the Default should be to Not download this data for each user, whether or not the system wide cache data is available like our urpm toolset does. If it isn't available, it should update the system cache, or not at all.
CC: (none) => cooker