diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-08-27 16:30:16 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-08-27 16:30:16 +0200 |
commit | 818b106bede30d9d7ae4b1d6c73f69b209ce083b (patch) | |
tree | de4ec5f57d96e758ea20605d357850057673f78c | |
parent | 2d86dc7b2df862009573658578e0f7ad8551a0fe (diff) | |
download | laminar-cnf-818b106bede30d9d7ae4b1d6c73f69b209ce083b.tar.gz laminar-cnf-818b106bede30d9d7ae4b1d6c73f69b209ce083b.tar.bz2 laminar-cnf-818b106bede30d9d7ae4b1d6c73f69b209ce083b.zip |
turris4x: change from branch to exact commit
-rwxr-xr-x | templates/turris4x.run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris4x.run b/templates/turris4x.run index 8a8b9db..716f588 100755 --- a/templates/turris4x.run +++ b/templates/turris4x.run @@ -10,7 +10,7 @@ git_fetch "https://git.cynerd.cz/openwrt-personal-pkgs" pkgs echo_stage "Get turris-build" HASH="$(curl "https://repo.turris.cz/$BOARD-$BRANCH/git-hash" | awk '/ \* turris-build\: /{print $3}')" -HASH="git-commit-fix" # TODO remove this when repo_checkout is integrated +HASH="9544f32cf06c29aedf8c3d88b9ff8745179dfa69" # TODO remove this when repo_checkout is integrated git_fetch "https://gitlab.labs.nic.cz/turris/turris-build.git" turris-build "$HASH" echo_stage "Prepare SDK" |