Just took a look through the code for this fine project. In example.drebuild.aliases.drushrc.php, The 'rebuild' element should be #rebuild. This makes sure that Drush does not pass along --rebuild option during remote drush calls.
Just took a look through the code for this fine project. In example.drebuild.aliases.drushrc.php, The 'rebuild' element should be #rebuild. This makes sure that Drush does not pass along --rebuild option during remote drush calls.
Comments
Comment #1
kostajh commentedThanks @moshe.
tasks:
- Update example
- Prompt users to update their alias (or do it for them)
- Update code that references that section of the alias
Comment #2
kostajh commentedThis is fixed in 0648757928b. For the time being, both 'rebuild' and '#rebuild' are valid; a warning is logged if 'rebuild' is defined in the alias.
In the future Drush Rebuild will return an error if the user has 'rebuild' defined in their alias.