diff options
Diffstat (limited to 'aegir.make')
-rw-r--r--[l---------] | aegir.make | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/aegir.make b/aegir.make index f6e35b9..d1357cc 120000..100644 --- a/aegir.make +++ b/aegir.make @@ -1 +1,10 @@ -aegir-release.make
\ No newline at end of file +core = 7.x +api = 2 + +projects[drupal][type] = "core" + +projects[hostmaster][type] = "profile" +projects[hostmaster][download][type] = "git" +projects[hostmaster][download][url] = "http://git.drupal.org/project/hostmaster.git" +projects[hostmaster][download][branch] = "7.x-3.x" + |