From: William Morgan Date: Tue, 22 Apr 2008 15:55:36 +0000 (-0700) Subject: add upload_report task to Rakefile X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=1534a1c7511d38108a242ca26dcc4b11f8e28821;p=sup add upload_report task to Rakefile --- diff --git a/Rakefile b/Rakefile index 289da64..d5e8446 100644 --- a/Rakefile +++ b/Rakefile @@ -54,3 +54,7 @@ end # vim: syntax=ruby # -*- ruby -*- +task :upload_report do |t| + sh "ditz html ditz" + sh "rsync -essh -cavz ditz wmorgan@rubyforge.org:/var/www/gforge-projects/sup/" +end