From 0d9ffffe65344b0a598bfe3d91f394f42306869e Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 28 Dec 2018 15:59:06 +0000 Subject: Add redundancy for seabios git clone in case the main git repository is offline This modification has been made to both build systems. --- projects/seabios/seabios | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'projects/seabios') diff --git a/projects/seabios/seabios b/projects/seabios/seabios index 8cb4fd29..8f523f61 100755 --- a/projects/seabios/seabios +++ b/projects/seabios/seabios @@ -27,7 +27,8 @@ usage() { download() { local repository="$project" - project_download_git "$project" "$repository" 'https://review.coreboot.org/seabios.git' "$@" + project_download_git "$project" "$repository" 'https://git.seabios.org/seabios.git' "$@" || \ + project_download_git "$project" "$repository" 'https://review.coreboot.org/cgit/seabios.git/' "$@" } download_check() { -- cgit v1.2.3-70-g09d2