Changeset 5778
- Timestamp:
- 12/24/06 03:53:38 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/capistrano/CHANGELOG
r5777 r5778 1 1 *SVN* 2 3 * Deprecate rake integration in favor of invoking `cap' directly 2 4 3 5 * Make sure the CVS module references the repository explicitly in cvs_log [weyus@att.net] tools/capistrano/lib/capistrano/generators/rails/deployment/templates/capistrano.rake
r3796 r5778 12 12 13 13 require 'capistrano/cli' 14 15 STDERR.puts "Capistrano/Rake integration is deprecated." 16 STDERR.puts "Please invoke the 'cap' command directly: `cap #{parameters.join(" ")}'" 14 17 15 18 Capistrano::CLI.new(parameters.map { |param| param.to_s }).execute!