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.

Comments

webchick’s picture

Category: feature » task

Moving to a task from a feature request. This is a major DX headache because drush generate-makefile files will fail every time.

dww’s picture

Assigned: Unassigned » dww
Status: Active » Needs review
StatusFileSize
new1.89 KB
dww’s picture

StatusFileSize
new1.88 KB

Wrong variable for the project name in that error message. Try this instead.

dww’s picture

Status: Needs review » Fixed

Committed, pushed, and deployed on both util and www1.

dww’s picture

Automatically closed -- issue fixed for 2 weeks with no activity.