From 0c431b64884b0665e3165d69e7537203fca03793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 24 Nov 2020 13:29:52 +0100 Subject: turris: checkout relative to specific board --- templates/turris.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- cgit v1.2.3