summaryrefslogtreecommitdiffhomepage
path: root/tasks
diff options
context:
space:
mode:
authorZachary Scott <[email protected]>2015-07-27 17:16:37 -0400
committerZachary Scott <[email protected]>2015-07-27 17:16:37 -0400
commit923e04cf5051cde3000ee84604a2a3e14b5e655d (patch)
tree0baf73898514329cfea4afebb3515cce29d09605 /tasks
parent1a8843d3de248b5b93921dc0226c2baa90eea34b (diff)
downloadmruby-923e04cf5051cde3000ee84604a2a3e14b5e655d.tar.gz
mruby-923e04cf5051cde3000ee84604a2a3e14b5e655d.zip
Shallow clone mgem source
Diffstat (limited to 'tasks')
-rw-r--r--tasks/mruby_build_gem.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/mruby_build_gem.rake b/tasks/mruby_build_gem.rake
index 26990a380..f0282aee0 100644
--- a/tasks/mruby_build_gem.rake
+++ b/tasks/mruby_build_gem.rake
@@ -59,7 +59,7 @@ module MRuby
git.run_pull mgem_list_dir, mgem_list_url if $pull_gems
else
FileUtils.mkdir_p mgem_list_dir
- git.run_clone mgem_list_dir, mgem_list_url
+ git.run_clone mgem_list_dir, mgem_list_url, "--depth 1"
end
require 'yaml'