Changeset 8996
- Timestamp:
- 03/08/08 20:33:41 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/capistrano/lib/capistrano/recipes/deploy/strategy/copy.rb
r8994 r8996 24 24 # checkout. Additionally, you can specify file patterns to exclude from 25 25 # the copy when using :copy_cache; just set the :copy_exclude variable 26 # to a n array of file globs or regexps.26 # to a file glob (or an array of globs). 27 27 # 28 28 # set :copy_cache, true