From 043097888efa87d2434479cd03f7701c48b3072f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Kiss?= Date: Thu, 3 Jan 2013 22:51:48 +0100 Subject: [PATCH] first commit --- README.md | 0 build-osgroups.make | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100644 README.md create mode 100644 build-osgroups.make diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/build-osgroups.make b/build-osgroups.make new file mode 100644 index 0000000..280cfa0 --- /dev/null +++ b/build-osgroups.make @@ -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"