It would be nice to be able to pass custom options such as concurrency into the "drush make" command situs issues.

I suggest using a wildcard option called make-* so that:

$aliases['mysite'] = array(
  'root' => '/var/www/mysite',
  'uri' => 'mysite.local',
  'make-file' => '/some/path/mysite.make',
  'make-concurrency' => 12,
);

makes situs pass --concurrency=12 to drush make.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

danquah’s picture

danquah’s picture

Reroll against 1.x

  • Xen committed 63021fc on 7.x-1.x
    Issue #2317239 by danquah: Added Support custom make options.
    
Xen’s picture

Status: Active » Fixed

Thanks, committed.

Status: Fixed » Closed (fixed)

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