vlad-git
vlad-git copied to clipboard
Git support for Vlad.
I get the error if I try and use ":scm => :git". The config/deploy.rb file does exist and specifies :domain. If I do not specify an scm and it falls...
According to the README "vlad-git will deploy origin/master". This is not so. You must specify the revision or vlad spits an error as follows: NameError: undefined local variable or method...
After updating to 2.2.0 deploys no longer update app to latest code in repository. I have reverted to 2.1.0 for now as the only way to resolve is to manually...
Happens because of this line: https://github.com/jbarnette/vlad-git/blob/master/lib/vlad/git.rb#L15 Gave us quite the headache before finding the cause. :) Is 'head' a protected word for branches in vlad-git, or can this check be...
A plain rescue doesn't work anymore.
This is also to unify that revision is in context of the repository (not the local working repository)
This request fixes the umask settings not applying correctly by adding a "umask" command to the head of commands that create files. Additionally, it addresses a bug in git where...
vlad-git uses "git submodule foreach" which doesn't exist on 1.6.0.4. Upgrading my target git solved the problem. Older versions of vlad-git didn't have this problem either, so this was very...