summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-11-24 13:29:52 +0100
committerKarel Kočí <cynerd@email.cz>2020-11-24 13:29:52 +0100
commit0c431b64884b0665e3165d69e7537203fca03793 (patch)
treef3ea90f2ef03ddc67cb4733892280e12e528bb0a
parent449b271d9e8365fb53101c346cdd3e825cfaaec5 (diff)
downloadlaminar-cnf-0c431b64884b0665e3165d69e7537203fca03793.tar.gz
laminar-cnf-0c431b64884b0665e3165d69e7537203fca03793.tar.bz2
laminar-cnf-0c431b64884b0665e3165d69e7537203fca03793.zip
turris: checkout relative to specific board
-rwxr-xr-xtemplates/turris.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris.run b/templates/turris.run
index 4d87544..ce1aa12 100755
--- a/templates/turris.run
+++ b/templates/turris.run
@@ -28,7 +28,7 @@ else
git_fetch_t "https://gitlab.labs.nic.cz/turris/turris-build.git" turris-build hbl
(
cd turris-build
- ./helpers/checkout_repo_branch.sh "$ANIMAL"
+ ./helpers/checkout_repo_branch.sh "$ANIMAL" "$BOARD"
cat feeds.conf
patch -Np1 -r - < "$FILES/git-fetch-lock.patch" || true # just ignore if it fails
)