Skip to content

Commit

Permalink
Add a smolder target to the Rakefile to submit report.tar.gz to the a…
Browse files Browse the repository at this point in the history
…ppropriate website.
  • Loading branch information
treed committed Sep 2, 2009
1 parent 8d2377f commit 870ad48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Rakefile
Expand Up @@ -236,6 +236,12 @@ task :report do
chdir '..'
end

desc "Submit a smolder report."
task :smolder => :report do
props = $meta['extra_properties']
sh "curl -F \"architecture=#{props['Architecture']}\" -F \"platform=#{props['Platform']}\" -F \"revision=#{props['Commit']}\" -F \"report_file=@report.tar.gz\" http://smolder.plusthree.com/app/public_projects/process_add_report/16"
end

desc "Determine configuration information"
task :config => "build.yaml" do
require 'yaml'
Expand Down

0 comments on commit 870ad48

Please sign in to comment.