Created
April 8, 2013 14:34
-
-
Save pedrorocha-net/5337239 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
api = 2 | |
core = 7.x | |
; Include the definition of how to build Drupal core directly, including patches. | |
includes[] = "drupal-org-core.make" | |
; Download the Commons install profile and recursively build all its dependencies. | |
projects[taz][type] = "profile" | |
projects[taz][download][type] = "git" | |
projects[taz][download][url] = "https://github.com/alexweber/Taz.git" | |
projects[taz][download][branch] = "profile" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment