Postponed
Project:
Drupal Commons
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2012 at 19:40 UTC
Updated:
31 Jan 2012 at 20:00 UTC
When packaging, Drush make by default assumes that the Drupal.org project shortname and the .profile file it contains will match. If they don't match, Drush make won't recurse into the profile's Drush make file in all cases.
This is a legacy issue (IMO you generally don't need to add drupal_ to the machine name of stuff that's not core) that we should fix in the Drupal 7 version of Commons by moving the .profile and related install profile variable so that the .profile and project shortname match.
Comments
Comment #1
jp.stacey commented+1 for this. To repeat the issue, save the following as
my_commons.make:and run:
drush make my_commons.make /tmp/my_commons. Commons is downloaded into/tmp/my_commons/profiles/commons, but none of the dependencies are downloaded (either intoprofiles/commonsorsites/all: