groups/build-groups.make
Marton Kiss 0c73ccc2df Fix drush make git repository
Replace github repo with git.openstack.org.

Change-Id: Idf5071ffca69a46480b455b2f4a4d9583a40e1c6
2014-06-18 13:10:51 +02:00

12 lines
428 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://git.openstack.org/openstack-infra/groups"
projects[groups][download][branch] = "master"