You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to cache downloads of sources.
I look into documentation documentation and see that it mentions core.download:download_cache configuration and describes it as
And... This conf doesn't exist. It turns out that this conf was deleted. Changelogs doesn't mention that fact at all. This conf was replaced (as far as I understand) by core.sources:download_cache which is not documented at all.
Summing up
core.download:download_cache conf documentation should say that it's for internal files
tools.files.download:download_cache conf documentation should be removed
core.sources:download_cache conf should be documented
The text was updated successfully, but these errors were encountered:
Indeed, the tools.files.download:download_cache was removed as buggy in latest 2.0.X.
And we have developed a new (very desired) feature, which is a backup of sources, that can store the cached files in a remote server and reuse them later.
This is expected not to be documented at the moment, as we are first implementing this ourselves in ConanCenter, to polish it and make sure everything is ok, and only after that we will documented it for public usage.
(We will remove the trailing tools.files.download:download_cache from the docs asap)
Please use the output of conan config list as the ground truth, and wait a bit until this is publicly documented and released. Many thanks!
I would like to cache downloads of sources.
I look into documentation documentation and see that it mentions
core.download:download_cache
configuration and describes it asAre sources files? Yep. This must be a right fit. And it's not because this conf controls path to a cache of internal files. It would be great to mention that in docs.
Then we have
tools.files.download:download_cache
configuration and the documentation says that it's a conf forSo I set it and get an error from conan
And... This conf doesn't exist. It turns out that this conf was deleted. Changelogs doesn't mention that fact at all. This conf was replaced (as far as I understand) by
core.sources:download_cache
which is not documented at all.Summing up
core.download:download_cache
conf documentation should say that it's for internal filestools.files.download:download_cache
conf documentation should be removedcore.sources:download_cache
conf should be documentedThe text was updated successfully, but these errors were encountered: