Codebase list capistrano / lintian-fixes/main bin / capify
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

capify @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
8
#!/usr/bin/env ruby
puts "-" * 80
puts "Capistrano 3.x is incompatible with Capistrano 2.x. "
puts
puts "This command has become `cap install` in Capistrano 3.x"
puts
puts "For more information see http://www.capistranorb.com/"
puts "-" * 80