first commit

This commit is contained in:
Márton Kiss 2013-01-03 22:51:48 +01:00
commit 043097888e
2 changed files with 11 additions and 0 deletions

0
README.md Normal file
View File

11
build-osgroups.make Normal file
View File

@ -0,0 +1,11 @@
api = 2
core = 7.x
; Include the definition of how to build Drupal core directly, including patches.
includes[] = "drupal-org-core.make"
; Download the OpenStack Groups install profile and recursively build all its dependencies.
projects[osgroups][type] = "profile"
projects[osgroups][download][type] = "git"
projects[osgroups][download][url] = "https://github.com/marton-kiss/openstack-groups.git"
projects[osgroups][download][branch] = "master"