diff options
author | Karel Kočí <cynerd@email.cz> | 2020-11-24 13:29:52 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-11-24 13:29:52 +0100 |
commit | 0c431b64884b0665e3165d69e7537203fca03793 (patch) | |
tree | f3ea90f2ef03ddc67cb4733892280e12e528bb0a /templates | |
parent | 449b271d9e8365fb53101c346cdd3e825cfaaec5 (diff) | |
download | laminar-cnf-0c431b64884b0665e3165d69e7537203fca03793.tar.gz laminar-cnf-0c431b64884b0665e3165d69e7537203fca03793.tar.bz2 laminar-cnf-0c431b64884b0665e3165d69e7537203fca03793.zip |
turris: checkout relative to specific board
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/turris.run | 2 |
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 ) |