summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAlberto Sartori <alberto.sartori@huawei.com>2023-01-18 14:26:14 +0100
committerAlberto Sartori <alberto.sartori@huawei.com>2023-01-20 11:58:07 +0100
commit3d95b0adc81d155ad9020e9efbc50799c89953ff (patch)
treef7b391ff47439a4d09b1309326b9d6bbcef13654 /etc
parentfe8983f3444ca0f287d54d673ddda3aa9fb1a17c (diff)
downloadjustbuild-3d95b0adc81d155ad9020e9efbc50799c89953ff.tar.gz
tests: pass tls certificates and key
Diffstat (limited to 'etc')
-rw-r--r--etc/repos.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/repos.json b/etc/repos.json
index 1da2715a..5937cebd 100644
--- a/etc/repos.json
+++ b/etc/repos.json
@@ -19,6 +19,7 @@
, "libcurl": "com_github_curl_curl"
, "bzip2": "bzip2"
, "libarchive": "com_github_libarchive_libarchive"
+ , "credentials": "test-credentials"
}
, "bootstrap": {"link": ["-lpthread"]}
, "bootstrap_local": {"link": ["-lpthread"]}
@@ -446,5 +447,7 @@
, "bzip2": "bzip2"
}
}
+ , "test-credentials":
+ {"repository": {"type": "file", "path": "test/etc/credentials"}}
}
}