mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-22 22:49:30 +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()
|
tmpclone()
|
||||||
{
|
{
|
||||||
|
[ "$repofail" = "y" ] && \
|
||||||
|
printf "Cached clone failed; trying online.\n" 1>&2
|
||||||
repofail="n"
|
repofail="n"
|
||||||
|
|
||||||
[ $# -lt 6 ] || rm -Rf "$3" || $err "git retry: !rm $3 ($1)"
|
[ $# -lt 6 ] || rm -Rf "$3" || $err "git retry: !rm $3 ($1)"
|
||||||
|
|||||||
Reference in New Issue
Block a user