Created
May 23, 2014 10:12
-
-
Save otiose/7b789d9399613ccaabd6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-------------------------------------------------------------------------------- | |
Bootstrapping all the repositories | |
-------------------------------------------------------------------------------- | |
Bootstrapping CLAide | |
rake --no-search bootstrap | |
/Users/a12986/.rvm/gems/ruby-2.0.0-p247@global/bin/bundle | |
-------------------------------------------------------------------------------- | |
Installing gems | |
-------------------------------------------------------------------------------- | |
bundle install | |
/Gemfile not found | |
rake aborted! | |
Command failed with status (10): [bundle install...] | |
/Users/a12986/Development/ruby/Rainforest/CLAide/Rakefile:9:in `block in <top (required)>' | |
/Users/a12986/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval' | |
/Users/a12986/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>' | |
Tasks: TOP => bootstrap | |
(See full trace by running task with --trace) | |
rake aborted! | |
Command failed with status (1): [rake --no-search bootstrap...] | |
/Users/a12986/Development/ruby/Rainforest/Rakefile:91:in `block (3 levels) in <top (required)>' | |
/Users/a12986/Development/ruby/Rainforest/Rakefile:88:in `chdir' | |
/Users/a12986/Development/ruby/Rainforest/Rakefile:88:in `block (2 levels) in <top (required)>' | |
/Users/a12986/Development/ruby/Rainforest/Rakefile:87:in `each' | |
/Users/a12986/Development/ruby/Rainforest/Rakefile:87:in `block in <top (required)>' | |
/Users/a12986/Development/ruby/Rainforest/Rakefile:48:in `block in <top (required)>' | |
/Users/a12986/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `eval' | |
/Users/a12986/.rvm/gems/ruby-2.0.0-p247/bin/ruby_executable_hooks:15:in `<main>' | |
Tasks: TOP => bootstrap_repos | |
(See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment