public
Fork of jamis/capistrano
Description: Remote multi-server automation tool
Homepage: http://www.capify.org
Clone URL: git://github.com/btakita/capistrano.git
update README to reflect new dependencies
jamis (author)
Sun Apr 27 20:57:49 -0700 2008
commit  c09e810abc045a0a5a101bb7c1fe778ece7ac5ff
tree    12ff85eb071ab06cd0bd722eeeb27e9b64231d2e
parent  62922501347eac10fb40c91b05cc9c652c6fd8ab
0
...
7
8
9
10
11
 
 
 
 
12
13
14
...
36
37
38
39
40
41
42
43
44
...
7
8
9
 
 
10
11
12
13
14
15
16
...
38
39
40
 
 
 
 
 
41
0
@@ -7,8 +7,10 @@ Capistrano was originally designed to simplify and automate deployment of web ap
0
 
0
 == Dependencies
0
 
0
-* Net::SSH and Net::SFTP (http://net-ssh.rubyforge.org)
0
-* Needle (via Net::SSH)
0
+* Net::SSH v2 (http://net-ssh.rubyforge.org)
0
+* Net::SFTP v2 (http://net-ssh.rubyforge.org)
0
+* Net::SCP v1 (http://net-ssh.rubyforge.org)
0
+* Net::SSH::Gateway v1 (http://net-ssh.rubyforge.org)
0
 * HighLine (http://highline.rubyforge.org)
0
 
0
 If you want to run the tests, you'll also need to have the following dependencies installed:
0
@@ -36,8 +38,3 @@ Use the +cap+ script as follows:
0
     cap sometask
0
 
0
 By default, the script will look for a file called one of +capfile+ or +Capfile+. The +someaction+ text indicates which task to execute. You can do "cap -h" to see all the available options and "cap -T" to see all the available tasks.
0
-
0
-== KNOWN ISSUES
0
-
0
-* Using "put" to upload a file to two or more hosts when a gateway is in effect has a good chance of crashing with a "corrupt mac detected" error. This is due to a bug in Net::SSH.
0
-* Running commands may rarely hang inexplicably. This appears to be specific only to certain platforms. Most people will never see this behavior.
0
\ No newline at end of file

Comments

    No one has commented yet.