Skip to content

Stop updating the catalog cache when managing remotes

Mathieu Bridon requested to merge catalog-remotes-cache into master

Back in the day, we thought the main interaction would be to add a remote on a machine, and then just try installing contents from it. In that paradigm, it made sense to automatically update the cache when adding or removing a remote.

However, what actually happens is that Ansiblecube adds all the remotes one after the other, which means the cache gets updated after each addition.

This essentially reverts 577941b5, as we found this was actually detrimental.

Fixes #824 (closed)

Merge request reports