Changeset 283
- Timestamp:
- 12/30/04 00:26:14 (4 years ago)
- Files:
-
- trunk/actionmailer/Rakefile (modified) (2 diffs)
- trunk/actionpack/Rakefile (modified) (2 diffs)
- trunk/railties/Rakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionmailer/Rakefile
r198 r283 73 73 desc "Publish the API documentation" 74 74 task :pgem => [:package] do 75 Rake::SshFilePublisher.new("davidhh@ one.textdrive.com", "domains/rubyonrails.org/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload75 Rake::SshFilePublisher.new("davidhh@comox.textdrive.com", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload 76 76 end 77 77 … … 79 79 desc "Publish the API documentation" 80 80 task :pdoc => [:rdoc] do 81 Rake::SshDirPublisher.new("davidhh@ one.textdrive.com", "domains/rubyonrails.org/am", "doc").upload81 Rake::SshDirPublisher.new("davidhh@comox.textdrive.com", "public_html/am", "doc").upload 82 82 end 83 83 trunk/actionpack/Rakefile
r260 r283 75 75 desc "Publish the API documentation" 76 76 task :pgem => [:package] do 77 Rake::SshFilePublisher.new("davidhh@ one.textdrive.com", "domains/rubyonrails.org/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload78 `ssh davidhh@ one.textdrive.com './gemupdate.sh'`77 Rake::SshFilePublisher.new("davidhh@comox.textdrive.com", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload 78 `ssh davidhh@comox.textdrive.com './gemupdate.sh'` 79 79 end 80 80 … … 82 82 desc "Publish the API documentation" 83 83 task :pdoc => [:rdoc] do 84 Rake::SshDirPublisher.new("davidhh@ one.textdrive.com", "domains/rubyonrails.org/ap", "doc").upload84 Rake::SshDirPublisher.new("davidhh@comox.textdrive.com", "public_html/ap", "doc").upload 85 85 end 86 86 trunk/railties/Rakefile
r260 r283 247 247 desc "Publish the API documentation" 248 248 task :pgem => [:gem] do 249 Rake::SshFilePublisher.new("davidhh@ one.textdrive.com", "domains/rubyonrails.org/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload250 `ssh davidhh@ one.textdrive.com './gemupdate.sh'`251 end 249 Rake::SshFilePublisher.new("davidhh@comox.textdrive.com", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload 250 `ssh davidhh@comox.textdrive.com './gemupdate.sh'` 251 end