Changeset 6502
- Timestamp:
- 04/05/07 05:18:46 (2 years ago)
- Files:
-
- tools/capistrano/CHANGELOG (modified) (1 diff)
- tools/capistrano/lib/capistrano/configuration/actions/invocation.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/capistrano/CHANGELOG
r6496 r6502 1 1 *SVN* 2 3 * Make sure the sudo helper understands the SuSE dialect of the sudo password prompt [Steven Wisener] 2 4 3 5 * Fix synchronization issue with Gateway initialization [Doug Barth] tools/capistrano/lib/capistrano/configuration/actions/invocation.rb
r6313 r6502 76 76 77 77 Proc.new do |ch, stream, out| 78 if out =~ / ^Password:/78 if out =~ /password:/i 79 79 ch.send_data "#{self[:password]}\n" 80 80 elsif out =~ /try again/