summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-07-29 09:07:31 +0200
committerKarel Kočí <cynerd@email.cz>2020-07-29 09:07:31 +0200
commit5945a7d62cd656394d5e9880c5d9116351e81955 (patch)
tree1ed8e078d22853376ebdae8cf173ffe435f89167 /templates
parent2f64edb7fa0d9f584f168f4d3532d5bf4d0fcdd1 (diff)
downloadlaminar-cnf-5945a7d62cd656394d5e9880c5d9116351e81955.tar.gz
laminar-cnf-5945a7d62cd656394d5e9880c5d9116351e81955.tar.bz2
laminar-cnf-5945a7d62cd656394d5e9880c5d9116351e81955.zip
turris: protect git fetch to prevent failures
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/turris.run1
1 files changed, 1 insertions, 0 deletions
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"