File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,13 @@ This feature is controlled by a few :ref:`global.conf<reference_config_files_glo
4141 the source won't be uploaded to the backup remote when calling :command: `conan upload `. *Empty by default *
4242
4343
44+ .. note ::
45+
46+ When adding a backup source remote to ``core.sources:download_urls ``, if the server is not reachable,
47+ (or if it requires authentication and it is not provided), Conan will **NOT ** skip it and continue to the next URL in the list,
48+ instead it will raise an error and the download will fail. If your remote backup server is down
49+ and you want to be able to continue downloading from the original URLs, remove the backup remote from the list temporarily.
50+
4451Usage
4552-----
4653
You can’t perform that action at this time.
0 commit comments