public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/jeremy/rails.git
Updated Rakefiles for the server move

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@283 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Wed Dec 29 16:26:14 -0800 2004
commit  26b7cb75067236bc4145d3e4e74833430cbe61fb
tree    416bee5ca77f1edd912bfda8107b0af7cf38359e
parent  3d691ab3904f59c977c18288f55114951a21bb0f
...
72
73
74
75
 
76
77
78
79
80
81
 
82
83
84
...
72
73
74
 
75
76
77
78
79
80
 
81
82
83
84
0
@@ -72,13 +72,13 @@ end
0
 # Publish beta gem
0
 desc "Publish the API documentation"
0
 task :pgem => [:package] do
0
- Rake::SshFilePublisher.new("davidhh@one.textdrive.com", "domains/rubyonrails.org/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
0
+ Rake::SshFilePublisher.new("davidhh@comox.textdrive.com", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
0
 end
0
 
0
 # Publish documentation
0
 desc "Publish the API documentation"
0
 task :pdoc => [:rdoc] do
0
- Rake::SshDirPublisher.new("davidhh@one.textdrive.com", "domains/rubyonrails.org/am", "doc").upload
0
+ Rake::SshDirPublisher.new("davidhh@comox.textdrive.com", "public_html/am", "doc").upload
0
 end
0
 
0
 desc "Publish to RubyForge"
...
74
75
76
77
78
 
 
79
80
81
82
83
84
 
85
86
87
...
74
75
76
 
 
77
78
79
80
81
82
83
 
84
85
86
87
0
@@ -74,14 +74,14 @@ end
0
 # Publish beta gem
0
 desc "Publish the API documentation"
0
 task :pgem => [:package] do
0
- Rake::SshFilePublisher.new("davidhh@one.textdrive.com", "domains/rubyonrails.org/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
0
- `ssh davidhh@one.textdrive.com './gemupdate.sh'`
0
+ Rake::SshFilePublisher.new("davidhh@comox.textdrive.com", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
0
+ `ssh davidhh@comox.textdrive.com './gemupdate.sh'`
0
 end
0
 
0
 # Publish documentation
0
 desc "Publish the API documentation"
0
 task :pdoc => [:rdoc] do
0
- Rake::SshDirPublisher.new("davidhh@one.textdrive.com", "domains/rubyonrails.org/ap", "doc").upload
0
+ Rake::SshDirPublisher.new("davidhh@comox.textdrive.com", "public_html/ap", "doc").upload
0
 end
0
 
0
 
...
246
247
248
249
250
 
 
251
...
246
247
248
 
 
249
250
251
0
@@ -246,6 +246,6 @@ end
0
 # Publish beta gem
0
 desc "Publish the API documentation"
0
 task :pgem => [:gem] do
0
- Rake::SshFilePublisher.new("davidhh@one.textdrive.com", "domains/rubyonrails.org/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
0
- `ssh davidhh@one.textdrive.com './gemupdate.sh'`
0
+ Rake::SshFilePublisher.new("davidhh@comox.textdrive.com", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
0
+ `ssh davidhh@comox.textdrive.com './gemupdate.sh'`
0
 end

Comments

    No one has commented yet.