Closed (duplicate)
Project:
Git Deploy
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 May 2011 at 14:40 UTC
Updated:
7 Jan 2020 at 18:54 UTC
Jump to comment: Most recent
Comments
Comment #1
ice5nake commentedI also just tried putting glip in /var/www/html/sites/all/modules/git_deploy/ like so /var/www/html/sites/all/modules/git_deploy/glip/lib. Still got the same error.
Comment #2
ohnobinki commentedHow did you install glip? From a tarball/release or git clone? If git clone, what repository did you clone to get glip?
Comment #3
ice5nake commentedI installed from git. When I run
git config -lI get
If I am not mistaken, this is the repo the official project page, http://fimml.at/, links to
Comment #4
ohnobinki commentedOK, the problem is that git_deploy requires a specific fork of glip and doesn't support the official glip project nor its stable release.
To make your local installation work, simply switch to drupal's fork of glip:
Thus, I'm marking this bug as a duplicate of #1054950: use official/stable releases of external libraries.
Comment #5
ice5nake commentedSome mention of this on http://drupal.org/project/git_deploy would be good.
Comment #6
ice5nake commentedComment #7
darren oh