aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ci.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-10-25 17:42:57 +0300
committerLoïc Hoguin <[email protected]>2016-10-25 17:42:57 +0300
commit9578ddf3e0cdd8d4669adbb7d1af24f460698669 (patch)
tree5b5f401a5131c5de568eeb1f0653d39bf06c3fc8 /plugins/ci.mk
parent2bc4ffab95db4ac38a0424d565590d68f7078aba (diff)
downloaderlang.mk-9578ddf3e0cdd8d4669adbb7d1af24f460698669.tar.gz
erlang.mk-9578ddf3e0cdd8d4669adbb7d1af24f460698669.tar.bz2
erlang.mk-9578ddf3e0cdd8d4669adbb7d1af24f460698669.zip
Fetch kerl with --depth 1
We always want the most recent version and only this.
Diffstat (limited to 'plugins/ci.mk')
-rw-r--r--plugins/ci.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ci.mk b/plugins/ci.mk
index e273c64..cdd642f 100644
--- a/plugins/ci.mk
+++ b/plugins/ci.mk
@@ -57,7 +57,7 @@ $(foreach otp,$(CI_OTP),$(eval $(call ci_otp_target,$(otp))))
$(KERL):
$(verbose) mkdir -p $(ERLANG_MK_TMP)
- $(gen_verbose) git clone $(KERL_GIT) $(ERLANG_MK_TMP)/kerl
+ $(gen_verbose) git clone --depth 1 $(KERL_GIT) $(ERLANG_MK_TMP)/kerl
$(verbose) cd $(ERLANG_MK_TMP)/kerl && git checkout $(KERL_COMMIT)
$(verbose) chmod +x $(KERL)