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

How do you use standard/minimal core profiles? #20

Closed
geerlingguy opened this issue May 4, 2016 · 1 comment
Closed

How do you use standard/minimal core profiles? #20

geerlingguy opened this issue May 4, 2016 · 1 comment

Comments

@geerlingguy
Copy link
Contributor

If I create a bolt project with standard or minimal profiles instead of the default lightning, then I get the following error when running ./bolt.sh setup:

project > setup:build:profile:

     [echo] Building make file for standard
    [drush] Executing '/Users/jeff.geerling/Sites/vendor/bin/drush --no-core --nocolor --root=/Users/jeff.geerling/Sites/docroot --yes --verbose make "/Users/jeff.geerling/Sites/docroot/profiles/contrib/standard/drupal-org.make" /Users/jeff.geerling/Sites/docroot/profiles/contrib/standard'...
Loading release_info engine.                                                                                    [notice]
file_get_contents(/Users/jeff.geerling/Sites/docroot/profiles/contrib/standard/drupal-org.make):   [warning]
failed to open stream: No such file or directory make.utilities.inc:577
Invalid or empty make file:                                                                                      [error]
/Users/jeff.geerling/Sites/docroot/profiles/contrib/standard/drupal-org.make
Beginning to build /Users/jeff.geerling/Sites/docroot/profiles/contrib/standard/drupal-org.make.        [ok]
Source directory /tmp/make_tmp_1462391008_572a50e0df292/__build__ is not readable or does not exist.             [error]
Cannot move build into place.                                                                                    [error]
@geerlingguy
Copy link
Contributor Author

Ah, @grasmash just informed me that I have to set contrib: false under the profile in use in project.yml. Fixed the issue for me.

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

1 participant