Closed (fixed)
Project:
Drupal.org drush
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
8 Feb 2012 at 05:13 UTC
Updated:
4 Jan 2014 at 01:39 UTC
Jump to comment: Most recent, Most recent file
Every. Single. Make file. that I've looked at does git clones like this:
projects[mongodrop][type] = profile
projects[mongodrop][download][type] = git
projects[mongodrop][download][url] = http://git.drupal.org/project/mongodrop.git
As a result, Every. Single. Distribution. Author. is going to have to create and commit a patch like http://drupalcode.org/project/nodestream.git/patch/287a07793a0159106680b... to their distro.
It's perfectly safe to git clone from Drupal.org, so we should allow this property.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 1432290-3.allow-git.d.o-url.patch | 1.88 KB | dww |
| #2 | 1432290-2.allow-git.d.o-url.patch | 1.89 KB | dww |
Comments
Comment #1
webchickMoving to a task from a feature request. This is a major DX headache because drush generate-makefile files will fail every time.
Comment #2
dwwComment #3
dwwWrong variable for the project name in that error message. Try this instead.
Comment #4
dwwCommitted, pushed, and deployed on both util and www1.
Comment #5
dwwTee hee, needed to fix one of the tests, too:
http://drupal.org/commitlog/commit/31076/11219338448697d2c662d673d7e8f27...