aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionmailer/Rakefile4
-rw-r--r--actionpack/Rakefile4
-rw-r--r--activerecord/Rakefile4
-rw-r--r--activeresource/Rakefile4
-rw-r--r--activesupport/Rakefile4
-rw-r--r--railties/Rakefile4
6 files changed, 12 insertions, 12 deletions
diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile
index 00d26a285b..fd0ef2dc51 100644
--- a/actionmailer/Rakefile
+++ b/actionmailer/Rakefile
@@ -76,8 +76,8 @@ end
desc "Publish the API documentation"
task :pgem => [:package] do
- Rake::SshFilePublisher.new("wrath.rubyonrails.org", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
- `ssh wrath.rubyonrails.org './gemupdate.sh'`
+ Rake::SshFilePublisher.new("gems.rubyonrails.org", "/u/sites/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
+ `ssh gems.rubyonrails.org './gemupdate.sh'`
end
desc "Publish the API documentation"
diff --git a/actionpack/Rakefile b/actionpack/Rakefile
index 2fa4f835a0..bd53932341 100644
--- a/actionpack/Rakefile
+++ b/actionpack/Rakefile
@@ -136,8 +136,8 @@ task :update_js => [ :update_scriptaculous ]
desc "Publish the API documentation"
task :pgem => [:package] do
- Rake::SshFilePublisher.new("wrath.rubyonrails.org", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
- `ssh wrath.rubyonrails.org './gemupdate.sh'`
+ Rake::SshFilePublisher.new("gems.rubyonrails.org", "/u/sites/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
+ `ssh gems.rubyonrails.org './gemupdate.sh'`
end
desc "Publish the API documentation"
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index 9574a431ba..4cad8bd9d9 100644
--- a/activerecord/Rakefile
+++ b/activerecord/Rakefile
@@ -225,8 +225,8 @@ end
desc "Publish the beta gem"
task :pgem => [:package] do
- Rake::SshFilePublisher.new("wrath.rubyonrails.org", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
- `ssh wrath.rubyonrails.org './gemupdate.sh'`
+ Rake::SshFilePublisher.new("gems.rubyonrails.org", "/u/sites/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
+ `ssh gems.rubyonrails.org './gemupdate.sh'`
end
desc "Publish the API documentation"
diff --git a/activeresource/Rakefile b/activeresource/Rakefile
index 51559fa6f8..a35864ad0f 100644
--- a/activeresource/Rakefile
+++ b/activeresource/Rakefile
@@ -115,8 +115,8 @@ end
desc "Publish the beta gem"
task :pgem => [:package] do
- Rake::SshFilePublisher.new("wrath.rubyonrails.org", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
- `ssh wrath.rubyonrails.org './gemupdate.sh'`
+ Rake::SshFilePublisher.new("gems.rubyonrails.org", "/u/sites/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
+ `ssh gems.rubyonrails.org './gemupdate.sh'`
end
desc "Publish the API documentation"
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index f2885c69a4..56c1d8033f 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -65,8 +65,8 @@ end
desc "Publish the beta gem"
task :pgem => [:package] do
- Rake::SshFilePublisher.new("wrath.rubyonrails.org", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
- `ssh wrath.rubyonrails.org './gemupdate.sh'`
+ Rake::SshFilePublisher.new("gems.rubyonrails.org", "/u/sites/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
+ `ssh gems.rubyonrails.org './gemupdate.sh'`
end
desc "Publish the API documentation"
diff --git a/railties/Rakefile b/railties/Rakefile
index 981b3ab58b..6b98798632 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -378,8 +378,8 @@ end
# Publishing -------------------------------------------------------
desc "Publish the rails gem"
task :pgem => [:gem] do
- Rake::SshFilePublisher.new("wrath.rubyonrails.org", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
- `ssh wrath.rubyonrails.org './gemupdate.sh'`
+ Rake::SshFilePublisher.new("gems.rubyonrails.org", "/u/sites/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
+ `ssh gems.rubyonrails.org './gemupdate.sh'`
end
desc "Publish the API documentation"