diff options
author | Karel Kočí <cynerd@email.cz> | 2020-07-29 09:07:31 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-07-29 09:07:31 +0200 |
commit | 5945a7d62cd656394d5e9880c5d9116351e81955 (patch) | |
tree | 1ed8e078d22853376ebdae8cf173ffe435f89167 /templates | |
parent | 2f64edb7fa0d9f584f168f4d3532d5bf4d0fcdd1 (diff) | |
download | laminar-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-x | templates/turris.run | 1 |
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" |