From 909a3a8c16f2082bd7f4d3e1d9073fcdace28310 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Fri, 15 Sep 2017 23:38:13 -0400 Subject: Change repository URI in SeaBIOS download action git.seabios.org doesn't have its certificate properly configured, preventing git from taking advantage of TLS certificate verification (git complains and aborts). To side-step the issue, the URI for the SeaBIOS repository at review.coreboot.org/seabios.git is substituted in place of the old. --- projects/seabios/seabios | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'projects') diff --git a/projects/seabios/seabios b/projects/seabios/seabios index 818ffcfd..a0682204 100755 --- a/projects/seabios/seabios +++ b/projects/seabios/seabios @@ -27,8 +27,7 @@ usage() { download() { local repository="${project}" - # Can't clone using TLS until Coreboot's cert lists the domain as a SAN - project_download_git "${project}" "${repository}" 'git://git.seabios.org/seabios.git' "$@" + project_download_git "${project}" "${repository}" 'https://review.coreboot.org/seabios.git' "$@" } download_check() { -- cgit v1.2.3-70-g09d2