Skip to content

Instantly share code, notes, and snippets.

@otiose
Created May 23, 2014 10:12
Show Gist options
  • Save otiose/7b789d9399613ccaabd6 to your computer and use it in GitHub Desktop.
Save otiose/7b789d9399613ccaabd6 to your computer and use it in GitHub Desktop.
--------------------------------------------------------------------------------
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