Skip to content

Commit

Permalink
Removed rvm-specific and librarian-related stuff from rakefile and mo…
Browse files Browse the repository at this point in the history
…ved to using vagrant-librarian plugin.
  • Loading branch information
Patrick Connolly committed Feb 1, 2013
1 parent 260c97c commit db4f595
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem "rubygems-bundler"
gem "ssh-forever"
gem "vagrant", "> 1"
gem "vagrant-hostmaster"
gem "vagrant-librarian"
gem "vagrant-vbguest"

group :development do
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ GEM
net-ssh (~> 2.2.2)
vagrant-hostmaster (0.8.1)
vagrant (~> 1.0.3)
vagrant-librarian (0.1.0)
librarian
vagrant
vagrant-vbguest (0.6.4)
i18n (~> 0.6.0)
log4r (~> 1.1.9)
Expand All @@ -137,4 +140,5 @@ DEPENDENCIES
ssh-forever
vagrant (> 1)
vagrant-hostmaster
vagrant-librarian
vagrant-vbguest
13 changes: 0 additions & 13 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,6 @@ task :setup do
conf.close
end

p "Installing Bundler via Rubygems..."
BUNDLER_VERS = "1.1.4"
system "gem install bundler -v #{BUNDLER_VERS} --no-rdoc --no-ri"

p "Installing bundled gems via Bundler..."
system "bundle install"

p "Activating rubygems-bundler..." # Eff you, `bundle exec`
system "gem regenerate_binstubs"

p "Installing cookbooks using Librarian gem..."
system "librarian-chef install"

p "Creating required directories:"
rel_dirs = %w{
tmp/apt/cache/partial
Expand Down

0 comments on commit db4f595

Please sign in to comment.