Commit 686c876e3d5c7c490da244af2fe9939a3097c08b

set the repository to the new gitorious site for sonian
  
1818set :deploy_to, "/var/www/#{application}"
1919
2020set :scm, :git
21set :repository, "/var/git/#{application}.git"
21set :repository, "git@git.sonianarchive.com:#{application}/mainline.git"
2222set :repository_cache, "git-cache"
2323set :ssh_options, { :forward_agent => true }
2424set :deploy_via, :remote_cache
25set :branch, "sonian"
25# set :branch, "master"
2626
2727DATABASE_YML = ERB.new <<-EOF
2828base: &base