summaryrefslogtreecommitdiff
path: root/templates/turris3x.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/turris3x.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/turris3x.run')
-rwxr-xr-xtemplates/turris3x.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/turris3x.run b/templates/turris3x.run
index 1d4b100..c99342d 100755
--- a/templates/turris3x.run
+++ b/templates/turris3x.run
@@ -4,7 +4,7 @@ set -e
. utils
echo_stage "Get packages"
-git_fetch "https://git.cynerd.cz/openwrt-personal-pkgs" pkgs turris3x
+git_clone "https://git.cynerd.cz/openwrt-personal-pkgs" pkgs turris3x
SDK="$WORKSPACE/sdk.tar.bz2"
if [ ! -e "$SDK" ] || [ $(expr $(date -u +%s) - $(stat -c %Z "$SDK")) -gt 86400 ]; then