Add backup sources config (#18082)

This commit is contained in:
Rubén Rincón Blanco
2023-08-10 10:57:35 +02:00
committed by GitHub
parent ea3af1333d
commit 216654c1ae

View File

@@ -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"