public
Description: Capistrano recipe for Panda and MySql
Homepage: http://redwriteshere.com
Clone URL: git://github.com/reddavis/panda_cap.git
panda_cap / git.rb
100644 8 lines (6 sloc) 0.143 kb
1
2
3
4
5
6
7
8
namespace :panda do
  
  desc "Install some lovely git-ness"
  task :install_git do
    sudo "apt-get install git-core git-svn -y"
  end
  
end