summaryrefslogtreecommitdiff
path: root/templates/turris4x.run
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-08-29 10:40:21 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-08-29 10:40:21 +0200
commit8c9636f9a64d803b8224e4f808598eccf901ea47 (patch)
tree585e8ef7134cdb279db5bba68ba1ed02241db5fa /templates/turris4x.run
parent7f64f19870c7df471e5373db77bedb2046f14324 (diff)
downloadlaminar-cnf-8c9636f9a64d803b8224e4f808598eccf901ea47.tar.gz
laminar-cnf-8c9636f9a64d803b8224e4f808598eccf901ea47.tar.bz2
laminar-cnf-8c9636f9a64d803b8224e4f808598eccf901ea47.zip
Replace git_fetch with git_clone that does one-depth clone
Diffstat (limited to 'templates/turris4x.run')
-rwxr-xr-xtemplates/turris4x.run4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/turris4x.run b/templates/turris4x.run
index a7b3c5c..4465d66 100755
--- a/templates/turris4x.run
+++ b/templates/turris4x.run
@@ -6,7 +6,7 @@ set -e
MAKE="make -j4 IS_TTY=1 BUILD_LOG=1"
echo_stage "Get packages"
-git_fetch "https://git.cynerd.cz/openwrt-personal-pkgs" pkgs
+git_clone "https://git.cynerd.cz/openwrt-personal-pkgs" pkgs
curl "https://repo.turris.cz/$BOARD-$BRANCH/git-hash" > git-hash
laminar_self_lock sdk
@@ -21,7 +21,7 @@ else
echo_stage "Get turris-build"
HASH="$(awk '/ \* turris-build\: /{print $3}' git-hash)"
HASH="9544f32cf06c29aedf8c3d88b9ff8745179dfa69" # TODO remove this when repo_checkout is integrated
- git_fetch "https://gitlab.labs.nic.cz/turris/turris-build.git" turris-build "$HASH"
+ git_clone "https://gitlab.labs.nic.cz/turris/turris-build.git" turris-build "$HASH"
echo_stage "Prepare SDK"
mkdir openwrt