isubit / luggage

Luggage is a Drupal 7.x platform for building/maintaining academic websites.
GNU General Public License v2.0
6 stars 8 forks source link

Installing Luggage via Drush 8.0-dev errors out #22

Open jackpolifka opened 9 years ago

jackpolifka commented 9 years ago

After cloning luggage, I attempted to use the install scripts to set everything up. When bash ./scripts/build_luggage_isu.sh is run, an error appears and reads Unknown option: --component. Seedrush help site-aliasfor available options. To suppress this error, add the option --strict=0. According to drush help site-alias, component is not an option for the command.

Seems to be similar to https://github.com/isubit/luggage/issues/14.

rlfrahm commented 9 years ago

The build scripts currently only accommodate Drush 5. After looking over how much different some of the commands are between versions, the easiest approach is probably to just include if...elseif statements that correspond to each Drush version. Similar to the solution proposed in #14.

@jrearick, @clouseau?