mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 15:29:35 +02:00
git.sh: warn when a cached clone fails
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -101,6 +101,8 @@ fetch_submodule()
|
||||
|
||||
tmpclone()
|
||||
{
|
||||
[ "$repofail" = "y" ] && \
|
||||
printf "Cached clone failed; trying online.\n" 1>&2
|
||||
repofail="n"
|
||||
|
||||
[ $# -lt 6 ] || rm -Rf "$3" || $err "git retry: !rm $3 ($1)"
|
||||
|
||||
Reference in New Issue
Block a user