mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-12 09:22:50 +00:00
Add backup sources config (#18082)
This commit is contained in:

committed by
GitHub

parent
ea3af1333d
commit
216654c1ae
@@ -4,6 +4,14 @@ id: 'conan-io/conan-center-index'
|
||||
|
||||
conan:
|
||||
version: 2.0.9
|
||||
backup_sources:
|
||||
upload_url: "https://c3i.jfrog.io/artifactory/conan-center-backup-sources/"
|
||||
download_url: "https://c3i.jfrog.io/artifactory/conan-center-backup-sources/"
|
||||
|
||||
globalconf:
|
||||
- 'core.sources:download_cache={{ CONFIG_HOME }}/backup_sources_cache'
|
||||
- 'core.sources:download_urls=["{{ ARTI_DOWNLOAD_URL }}", "origin"]'
|
||||
- 'core.sources:upload_url={{ ARTI_UPLOAD_URL }}'
|
||||
|
||||
artifactory:
|
||||
url: "https://c3i.jfrog.io/c3i"
|
||||
|
Reference in New Issue
Block a user