aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/harvest.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2008-12-14 00:30:05 -0500
committerRalph Amissah <ralph@amissah.com>2008-12-14 00:30:05 -0500
commit1764b44250ef74f2180e7a067459a3030bcebe2e (patch)
treefeb116f4bd790351a059a714a4560101fd0397a6 /lib/sisu/v0/harvest.rb
parentMerge branch 'upstream' into debian/sid (diff)
parentchangelog synced and man pages, minor updates (diff)
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'lib/sisu/v0/harvest.rb')
-rw-r--r--lib/sisu/v0/harvest.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/sisu/v0/harvest.rb b/lib/sisu/v0/harvest.rb
index e8609a93..49303571 100644
--- a/lib/sisu/v0/harvest.rb
+++ b/lib/sisu/v0/harvest.rb
@@ -80,6 +80,10 @@ def cases(opt)
css(opt) if opt.cmd.inspect =~/M/
HARVEST_authors::Songsheet.new(opt).songsheet
HARVEST_topics::Songsheet.new(opt).songsheet
+ if opt.cmd.inspect =~/R/
+ require "#{SiSU_lib}/remote"
+ SiSU_Remote::Put.new(opt).rsync_harvest
+ end
else
help
end