I see that Drush Make can check out projects from Git. Can it check out Drupal Core from Git? What would be the syntax for that? Thanks!

Comments

fluxsauce’s picture

Status: Active » Closed (fixed)
core = 7.12
api = 2

; CORE

projects[drupal][type] = "core"
projects[drupal][download][type] = git
projects[drupal][download][url] = http://git.drupal.org/project/drupal.git
mike stewart’s picture

Status: Closed (fixed) » Needs work

Needs a patch. I plan to do this week, but if anyone can easily create a patch it'd be appreciated.

Note: I plan to combine with: #1511728: Make quickstart-create compatible with Drush 5 and #1219366: Add d8 make file

mike stewart’s picture

Project: Drush » Quickstart: Prebuilt Drupal Development Environment
Component: Make » Drush

Was incorrectly assigned to drush project.

mike stewart’s picture

Status: Needs work » Closed (duplicate)
traviscarden’s picture

A reminder, @FluxSauce, that issues aren't supposed to be moved directly into Closed (fixed) but into fixed, then a bot will come around and close it after two weeks of inactivity. If you close it out yourself it will fall off people's dashboards, and whoever opened it will be likely to miss the resolution. Thanks!

fluxsauce’s picture

@TravisCarden Sorry about that, thanks for the heads up!