-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmonograph.build
24 lines (18 loc) · 979 Bytes
/
monograph.build
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
; build runs first. it is the single file that begets all others.
; The installation profile referred to in the build stub should be the projects profile (ie itself).
; To import elements from other profiles you can use an -include- statement in your profile make file.
; Using Build Kit for Drupal Core and associated patches
; includes[] = http://drupalcode.org/project/buildkit.git/blob_plain/refs/heads/7.x-2.x:/distro.make
; Installation Profile
core = 7.x
api = 2
projects[drupal][type] = core
projects[drupal][version] = "7.14"
; Use vocabulary machine name for permissions
; http://drupal.org/node/995156
; causes out of memory on windows
; projects[drupal][patch][995156] = http://drupal.org/files/issues/995156-5_portable_taxonomy_permissions.patch
projects[monograph][type] = "profile"
projects[monograph][download][type] = "git"
projects[monograph][download][url] = "git://github.com/queenvictoria/monograph.git"
projects[monograph][download][branch] = "master"