summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2021-12-09 15:39:47 +0100
committerKarel Kočí <cynerd@email.cz>2021-12-09 15:39:47 +0100
commitdcb44946de18e39b2b1756ca5e95a58607e05793 (patch)
tree43bfdad31974eba380e134cc38d8b03b6409606a
parenta2379f12e75068ffe88df6d6deb038aeba4a7e44 (diff)
downloadlaminar-cnf-dcb44946de18e39b2b1756ca5e95a58607e05793.tar.gz
laminar-cnf-dcb44946de18e39b2b1756ca5e95a58607e05793.tar.bz2
laminar-cnf-dcb44946de18e39b2b1756ca5e95a58607e05793.zip
turris: fetch head and not hbl
-rwxr-xr-xtemplates/turris.run3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/turris.run b/templates/turris.run
index 0e98531..a5ec287 100755
--- a/templates/turris.run
+++ b/templates/turris.run
@@ -35,8 +35,7 @@ if [ -z "$CLEAN" ] && [ -f "$WORKSPACE/openwrt-git-hash" ] && [ "$new_upstream"
else
echo_info "Building new version of SDK"
echo_stage "Get turris-build"
- # TODO once TOS 5.2.0 lands in HBT we can just use HEAD
- git_fetch_t "https://gitlab.labs.nic.cz/turris/turris-build.git" turris-build hbl
+ git_fetch_t "https://gitlab.labs.nic.cz/turris/turris-build.git" turris-build
(
cd turris-build
./helpers/checkout_repo_branch.sh "$ANIMAL" "$BOARD"