]> git.cworth.org Git - sup/commitdiff
add upload_report task to Rakefile
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 22 Apr 2008 15:55:36 +0000 (08:55 -0700)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 22 Apr 2008 16:34:03 +0000 (09:34 -0700)
Rakefile

index 289da642aeddb4a2ea02528f50f55d932c7638f1..d5e8446e5a29c81d84d7c904e22e14a805bef6e7 100644 (file)
--- 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