From 3d95b0adc81d155ad9020e9efbc50799c89953ff Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Wed, 18 Jan 2023 14:26:14 +0100 Subject: tests: pass tls certificates and key --- etc/repos.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc') 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"}} } } -- cgit v1.2.3