public
Description: Remote multi-server automation tool
Homepage: http://www.capify.org
Clone URL: git://github.com/jamis/capistrano.git
Search Repo:
auto-require the SSH shell service, to avoid race conditions. fix 
documentation for the get command.


git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@7194 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
jamis (author)
Wed Jul 18 19:49:33 -0700 2007
commit  d7c83a076e6e308856f006f9056d8406bc5161b8
tree    ac6116b4869f7e6536c2d360556580eab3203411
parent  e3691cb45e90e01caf3d5e85649f758f97d24bbb
...
1
2
 
 
3
4
5
...
1
2
3
4
5
6
7
0
@@ -1,5 +1,7 @@
0
 *SVN*
0
 
0
+* Auto-require the SSH shell service, to avoid race conditions [Jamis Buck]
0
+
0
 * Add a millisecond sleep in upload to reduce CPU impact [Jamis Buck]
0
 
0
 * Allow the logger to be set via Configuration#logger= [Jamis Buck]
...
16
17
18
19
20
21
 
22
23
24
...
16
17
18
 
 
 
19
20
21
22
0
@@ -16,9 +16,7 @@ module Capistrano
0
         end
0
     
0
         # Get file remote_path from FIRST server targetted by
0
- # the current task and transfer it to local machine as path. It will use
0
- # SFTP if Net::SFTP is installed; otherwise it will fall back to using
0
- # 'cat', which may cause corruption in binary files.
0
+ # the current task and transfer it to local machine as path.
0
         #
0
         # get "#{deploy_to}/current/log/production.log", "log/production.log.web"
0
         def get(remote_path, path, options = {})
...
19
20
21
 
22
23
24
...
19
20
21
22
23
24
25
0
@@ -19,6 +19,7 @@ module Capistrano
0
     service/agentforward/services service/agentforward/driver
0
     service/process/driver util/prompter
0
     service/forward/services service/forward/driver service/forward/local-network-handler service/forward/remote-network-handler
0
+ service/shell/services service/shell/driver
0
     lenient-host-key-verifier
0
     transport/compress/services transport/compress/zlib-compressor transport/compress/none-compressor transport/compress/zlib-decompressor transport/compress/none-decompressor
0
     transport/kex/services transport/kex/dh transport/kex/dh-gex

Comments

    No one has commented yet.