Talented developer who likes to create unique digital content

Example Drupal 7 Drush Make File Using Git

Thu, 04/14/2011 - 15:55 -- admin

Here's a basic  example of a .make file for use with Drush command Drush Make

 

; $Id$
; Core version; ------------
core = 7.x

; API version; ------------
api = 2

; Core project; ------------
projects[drupal][type] = core
projects[drupal][download][type] = "git"
projects[drupal][download][module] = "contributions/profiles/drupal"
projects[drupal][download][revision] = "7.0"

; Modules; --------
projects[admin_menu][subdir] = contrib
projects[contemplate][subdir] = contrib

; Themes
; --------
projects[] = fusion

 

Add new comment

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.