From 5945a7d62cd656394d5e9880c5d9116351e81955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 29 Jul 2020 09:07:31 +0200 Subject: turris: protect git fetch to prevent failures --- templates/turris.run | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') diff --git a/templates/turris.run b/templates/turris.run index 0752be4..6402019 100755 --- a/templates/turris.run +++ b/templates/turris.run @@ -29,6 +29,7 @@ else "$FILES/turris_checkout_repo_branch.sh" "$ANIMAL" cat feeds.conf patch -Np1 -r - < "$FILES/openwrt-hash.patch" || true # just ignore if it fails + patch -Np1 -r - < "$FILES/git-fetch-lock.patch" || true # just ignore if it fails ) echo_stage "Prepare SDK" -- cgit v1.2.3