Closed (fixed)
Project:
Drush Make
Version:
6.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Reporter:
Created:
31 Jan 2011 at 04:28 UTC
Updated:
19 Feb 2011 at 18:50 UTC
Jump to comment: Most recent file
The syntax for grabbing stuff out of CVS is:
projects[project][download][type] = "cvs"
projects[project][download][module] = "contributions/modules/project"
projects[project][download][revision] = "HEAD"
I expected a similar thing to work for Git, now that git.drupal.org has been up and running for several months:
projects[project][download][type] = "git"
projects[project][download][module] = "project"
projects[project][download][revision] = "master"
However, it does not. I has a sad.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | drush_make.git_.patch | 14.64 KB | dmitrig01 |
| #1 | drush_make.git_.patch | 1.24 KB | webchick |
Comments
Comment #1
webchickSomething like this, methinks. Although this doesn't seem to work.
Comment #2
webchickComment #3
webchickSorry. :P
Comment #5
dmitrig01 commentedTry this patch -- most of the change is a big un-indent, but I also added a new test case for this.
Comment #6
dmitrig01 commentedAlso,
projects[project][download][module] = "project"is not necessary.Comment #7
dmitrig01 commentedThis is just too cool not to commit