Closed (fixed)
Project:
Git Deploy
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2011 at 21:08 UTC
Updated:
1 Apr 2020 at 16:24 UTC
Jump to comment: Most recent
Hi - I've been bit by the README too many times, so here's an update.
1. We really should require libraries so that glip gets put in the right place.
2. Using 1.0 of glip is a disaster, as it's missing a fundamental commit (this now recommends master)
| Comment | File | Size | Author |
|---|---|---|---|
| git_deploy.require_libraries.patch | 1.11 KB | rfay |
Comments
Comment #1
fenstratThe outdated 1.0 tag of glip has bitten me too. Requiring libraries makes sense. This is good to go.
Comment #2
_-. commentedi've
with
and,
but @ .../admin/reports/status, I see
in "not a problem Green" ... which is confusing. Does git_deploy, with glip git-master installed, have what it needs?
Comment #3
fenstrat@x746554, that's a confusing message, but it's unrelated to this issue. I've opened up #1212942: Clean up git_deploy_requirements(), please follow up there.
In regards to this issue the patch in #0 needs work because there are several instances of
if (module_exists('libraries'))which are no longer needed. It could be argued that they should be left in the D6 version given D6's broken dependency checking on module update. But in D7 if libraries is required then there's no point in checking if the module exists.Comment #4
amonteroAs a related issue, drush make users might be interested in checking/reviewing #1649522: Add "drush make" file for automatically installing glip
Comment #5
rfayPlease note that development of this module went on without glip.
I recommend to everyone to use 7.x-2.x, which does not require glip. Not sure why it's not the recommended release.
Comment #6
amonteroI was not aware of that, Randy. Posted follow-up comment at #1649522-1: Add "drush make" file for automatically installing glip. I need some feedback about that. TIA.
Comment #7
darren ohGlip can be installed in the libraries folder without requiring the Libraries module.
Comment #8
darren ohComment #10
darren oh