Changeset 7381
- Timestamp:
- 08/31/07 05:29:10 (10 months ago)
- Files:
-
- tools/capistrano/CHANGELOG (modified) (1 diff)
- tools/capistrano/lib/capistrano/callback.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/capistrano/CHANGELOG
r7379 r7381 1 1 *SVN* 2 3 * Don't let a task trigger itself when used as the source for an "on" hook [Jamis Buck] 2 4 3 5 * Avoid using the --password switch with subversion for security purposes [sentinel] tools/capistrano/lib/capistrano/callback.rb
r6709 r7381 38 38 config.find_and_execute_task(source) 39 39 end 40 41 def applies_to?(task) 42 super && (task.nil? || task.fully_qualified_name != source.to_s) 43 end 40 44 end 41 45 end