Salesforce includes a drush make file. When the sales force module is included in a distributions drush.make file, drush make fails to build the distribution because no core is specified in the salesforce makefile.

I'd suggest renaming salesforce.make to salesforce.make.example to avoid problems. This is the same issue and solution that sesveral other modules have used, and is what was recommended by adrinux in #aegir.

See:
#1011178: Support the 'drush make' command
#839580: Make file broken with drush make 2.0 - remove it please

Comments

mrfelton’s picture

Status: Active » Needs review
StatusFileSize
new420 bytes
steven jones’s picture

Status: Needs review » Needs work

Looks like the patch just deletes the file and doesn't rename it?

mrfelton’s picture

Yeah sorry. Ignore my patch. I can't work out how to get `git diff` to include new files. But it was supposed to just rename the file from salesforce.make to salesforce.make.example.

mrfelton’s picture

Status: Needs work » Needs review
StatusFileSize
new1.27 KB

try this one, generated with git `format-patch`

kostajh’s picture

This looks good, although I think the patch also needs to update the README with the new filename.

kostajh’s picture

Status: Needs review » Reviewed & tested by the community

I will commit this shortly. I updated the README with a drush make command example. I also updated the make file to link to the developerforce toolkit on Github. Thanks for your work on this!

kostajh’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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