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
Copy file name to clipboardexpand all lines: conan/internal/model/conf.py
+1
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@
28
28
"core.download:retry_wait": "Seconds to wait between download attempts from Conan server",
29
29
"core.download:download_cache": "Define path to a file download cache",
30
30
"core.cache:storage_path": "Absolute path where the packages and database are stored",
31
+
"core:update_policy": "(Legacy). If equal 'legacy' when multiple remotes, update based on order of remotes, only the timestamp of the first occurrence of each revision counts.",
31
32
# Sources backup
32
33
"core.sources:download_cache": "Folder to store the sources backup",
33
34
"core.sources:download_urls": "List of URLs to download backup sources from",
0 commit comments