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

Support 'no-core' tarballs for profile downloads #2189

Closed
ergonlogic opened this issue May 18, 2016 · 1 comment
Closed

Support 'no-core' tarballs for profile downloads #2189

ergonlogic opened this issue May 18, 2016 · 1 comment

Comments

@ergonlogic
Copy link
Member

We currently have 2 ways to use profiles in Drush Make: either download just the profile, and use recursion to build out the rest, or using the profile as a core, which then bundles in the version of core that was current as of the latest release.

drupal.org publishes no-core tarballs too, but we don't currently appear to have a way to use them effectively. Since the core tarballs only get built when the distro/profile makes a release, there's no convenient way to use the tarballs when Drupal core gets a security release (for example), and thus requires a new release of the profile/distro.

It'd be nice to have a project option in Drush Make that supported the 'no-core' tarballs, as this would provide a clean work-around for this issue.

@ergonlogic
Copy link
Member Author

This was surprisingly easy. See #2190

ergonlogic added a commit that referenced this issue May 18, 2016
Fixes #2189: Support 'no-core' tarballs for profile downloads.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant