Installlation profiles specified in a Drush make file are added under sites/all/modules instead of sites/profiles, from where they do not get loaded by install_load_profile(). Drush 4 & the make command from the old Drush Make project puts them under sites/profiles correctly.

Discovered while testing committed fix for #1520802: unable to include projects in make file from custom location (Feature server).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

moshe weitzman’s picture

Status: Active » Closed (duplicate)

install profiles are screwed right now by drupal.org, not drush. see #1561654: pm-download fails for --variant=profile-only

jhedstrom’s picture

Cyberwolf’s picture

Status: Closed (duplicate) » Active

I don't think it's a duplicate. In my case, it concerns an installation profile which is classified on a Feature Server as a 'profile', not on drupal.org which isn't involved at all.

Even if d.o. renamed installation profiles to distributions, IMHO drush make should stay backwards compatible and recognize the old naming convention as well.

moshe weitzman’s picture

Status: Active » Postponed (maintainer needs more info)

Could you provide full --debug output so we can analyze and reproduce this

Cyberwolf’s picture

FileSize
230.19 KB

Attached is the full debug output. The make file itself looks like this:

core = 7.x
api = 2

projects[] = drupal

projects[drupik][location] = http://fserver.statiklabs.be/fserver

drupik is the installation profile.

Please note that http://fserver.statiklabs.be/fserver is only accessible from certain IP addresses. If necessary I can setup a limited public instance to help resolving any remaining BC breaks in Drush make.

Cyberwolf’s picture

Status: Postponed (maintainer needs more info) » Active
jonhattan’s picture

Support both human names for a profile is not straightforward

http://drupalcode.org/project/drush.git/blobdiff/dc67c98595b091c1eac0f55...

ademarco’s picture

It looks rather like a Feature Server issue: #1697500: Human readable name change for 'profile' in update xml

jonhattan’s picture

Status: Active » Closed (won't fix)

@antoniodemarco indeed. This needs to be fixed in fserver in the long term but I would accept a patch for drush to be backward compatible with 'Install profiles'.

If some one is willing to provide such a patch please reopen.

ademarco’s picture

Status: Closed (won't fix) » Needs review
FileSize
861 bytes

@jonhattan a simple patch is attached.

jonhattan’s picture

Status: Needs review » Fixed

Committed. Thanks!

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

Corrected related issue.