1502873142
Remove or disable the not used features of commons, like wiki page and qa. Inherited commons profile is dropped due several missing features like inherited library handling and installation task execution order. Change-Id: Iaa2abf00edb3e5d854ffc51ff6aa6c22419145da
12 lines
425 B
Makefile
12 lines
425 B
Makefile
api = 2
|
|
core = 7.x
|
|
|
|
; Include the definition of how to build Drupal core directly, including patches.
|
|
includes[] = "drupal-org-core.make"
|
|
|
|
; Download the Groups install profile and recursively build all its dependencies.
|
|
projects[groups][type] = "profile"
|
|
projects[groups][download][type] = "git"
|
|
projects[groups][download][url] = "https://github.com/openstack-infra/groups.git"
|
|
projects[groups][download][branch] = "master"
|