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.

Comments

danquah’s picture

StatusFileSize
new2.18 KB
danquah’s picture

StatusFileSize
new1.81 KB

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.