Skip to content

Instantly share code, notes, and snippets.

@kimpepper
Created September 23, 2011 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimpepper/1236689 to your computer and use it in GitHub Desktop.
Save kimpepper/1236689 to your computer and use it in GitHub Desktop.
Drush Make file for Drupal 7 demo install profile
; Drupal 7 demo drush make file
core = 7.x
api = 2
projects[] = drupal
projects[d7_demo_profile][type] = profile
projects[d7_demo_profile][download][type] = git
projects[d7_demo_profile][download][url] = "git://github.com/previousnext/d7_demo_profile.git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment