Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing Luggage via Drush 8.0-dev errors out #22

Open
jackpolifka opened this issue Sep 1, 2015 · 1 comment
Open

Installing Luggage via Drush 8.0-dev errors out #22

jackpolifka opened this issue Sep 1, 2015 · 1 comment

Comments

@jackpolifka
Copy link

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. See drush help site-alias for 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 #14.

@rlfrahm
Copy link
Contributor

rlfrahm commented Sep 1, 2015

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants