Cap 2.3 & Git slightly broken
Reported by Tim Dysinger | May 8th, 2008 @ 01:23 PM
If you set your repository to '/var/git/XXX' it fails. This used to work on 2.2
The temporary sollution is to use a full git url ie git@github.com/etc/etc or downgrade to 2.2
@see http://pastie.caboo.se/193798
FAIL:
set :scm, :git
set :repository, "/var/git/#{application}/mainline.git"
set :deploy_to, "/var/www/#{application}"
set :deploy_via, :remote_cache
WIN:
set :scm, :git
set :repository, "git@localhost:#{application}/mainline.git"
set :deploy_to, "/var/www/#{application}"
set :deploy_via, :remote_cache
Comments and changes to this ticket
-
Scott Chacon May 12th, 2008 @ 12:07 PM
- → State changed from new to open
- → Assigned user changed from Jamis Buck to Scott Chacon
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
