Skip to content

Commit

Permalink
update submodules (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Scott Lewis committed Dec 24, 2012
1 parent d7a7bf0 commit a612c71
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions lib/rake/lua_mruby_tasks.rb
Expand Up @@ -72,12 +72,11 @@ def run(command)
def init_git
unless root.join('.git').exist?
run "cd #{root}"
run "git init"
run "git remote add origin https://github.com/RyanScottLewis/lua-mruby.git"
run "git pull origin master"
run "git submodule sync"
run "git submodule update --init lib/mruby/"
run "git submodule update --init lib/lua/"
# run "git init"
# run "git remote add origin https://github.com/RyanScottLewis/lua-mruby.git"
# run "git pull origin master"
run "git submodule init"
run "git submodule update"
end
end

Expand Down

0 comments on commit a612c71

Please sign in to comment.