Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Commit

Permalink
webui gem builds w/ rake gem now
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed Jun 4, 2010
1 parent b13bc1b commit 5520eda
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Rakefile
Expand Up @@ -22,10 +22,8 @@ require 'rubygems'

desc "Build the chef gems"
task :gem do
build_commands = Hash.new("rake package")
build_commands['chef-solr'] = 'rake build'
gems.each do |dir|
Dir.chdir(dir) { sh build_commands[dir] }
Dir.chdir(dir) { sh "rake gem" }
end
end

Expand Down

0 comments on commit 5520eda

Please sign in to comment.