aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-30 00:26:14 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-30 00:26:14 +0000
commit26b7cb75067236bc4145d3e4e74833430cbe61fb (patch)
tree416bee5ca77f1edd912bfda8107b0af7cf38359e
parent3d691ab3904f59c977c18288f55114951a21bb0f (diff)
downloadrails-26b7cb75067236bc4145d3e4e74833430cbe61fb.tar.gz
rails-26b7cb75067236bc4145d3e4e74833430cbe61fb.tar.bz2
rails-26b7cb75067236bc4145d3e4e74833430cbe61fb.zip
Updated Rakefiles for the server move
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@283 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rwxr-xr-xactionmailer/Rakefile4
-rwxr-xr-xactionpack/Rakefile6
-rw-r--r--railties/Rakefile4
3 files changed, 7 insertions, 7 deletions
diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile
index a4ef1a94cb..ac3c25766d 100755
--- a/actionmailer/Rakefile
+++ b/actionmailer/Rakefile
@@ -72,13 +72,13 @@ end
# Publish beta gem
desc "Publish the API documentation"
task :pgem => [:package] do
- Rake::SshFilePublisher.new("davidhh@one.textdrive.com", "domains/rubyonrails.org/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
+ Rake::SshFilePublisher.new("davidhh@comox.textdrive.com", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
end
# Publish documentation
desc "Publish the API documentation"
task :pdoc => [:rdoc] do
- Rake::SshDirPublisher.new("davidhh@one.textdrive.com", "domains/rubyonrails.org/am", "doc").upload
+ Rake::SshDirPublisher.new("davidhh@comox.textdrive.com", "public_html/am", "doc").upload
end
desc "Publish to RubyForge"
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index facc1d4327..1307497f15 100755
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -74,14 +74,14 @@ end
# Publish beta gem
desc "Publish the API documentation"
task :pgem => [:package] do
- Rake::SshFilePublisher.new("davidhh@one.textdrive.com", "domains/rubyonrails.org/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
- `ssh davidhh@one.textdrive.com './gemupdate.sh'`
+ Rake::SshFilePublisher.new("davidhh@comox.textdrive.com", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
+ `ssh davidhh@comox.textdrive.com './gemupdate.sh'`
end
# Publish documentation
desc "Publish the API documentation"
task :pdoc => [:rdoc] do
- Rake::SshDirPublisher.new("davidhh@one.textdrive.com", "domains/rubyonrails.org/ap", "doc").upload
+ Rake::SshDirPublisher.new("davidhh@comox.textdrive.com", "public_html/ap", "doc").upload
end
diff --git a/railties/Rakefile b/railties/Rakefile
index d97f05ff75..150bc6246e 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -246,6 +246,6 @@ end
# Publish beta gem
desc "Publish the API documentation"
task :pgem => [:gem] do
- Rake::SshFilePublisher.new("davidhh@one.textdrive.com", "domains/rubyonrails.org/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
- `ssh davidhh@one.textdrive.com './gemupdate.sh'`
+ Rake::SshFilePublisher.new("davidhh@comox.textdrive.com", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
+ `ssh davidhh@comox.textdrive.com './gemupdate.sh'`
end