Changeset 7206
- Timestamp:
- 07/21/07 22:25:12 (1 year ago)
- Files:
-
- tools/capistrano/lib/capistrano/version.rb (modified) (1 diff)
- tools/capistrano/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/capistrano/lib/capistrano/version.rb
r7154 r7206 11 11 end 12 12 13 MAJOR = 114 MINOR = 9915 TINY = 313 MAJOR = 2 14 MINOR = 0 15 TINY = 0 16 16 17 17 STRING = [MAJOR, MINOR, TINY].join(".") tools/capistrano/README
r6464 r7206 37 37 38 38 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. 39 40 == KNOWN ISSUES 41 42 * 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. 43 * Running commands may rarely hang inexplicably. This appears to be specific only to certain platforms. Most people will never see this behavior.