-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathhostmaster.make
54 lines (31 loc) · 1.32 KB
/
hostmaster.make
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
core = 7.x
api = 2
; Includes
; This makefile will make sure we get the development code from the Aegir
; modules instead of the tagged releases.
includes[hostmaster] = drupal-org.make
; Aegir core
projects[eldir][download][type] = git
projects[eldir][download][branch] = 7.x-3.x
projects[hosting][download][type] = git
projects[hosting][download][branch] = 7.x-3.x
; Modules - Aegir "golden"
projects[hosting_git][download][type] = git
projects[hosting_git][download][branch] = 7.x-3.x
projects[hosting_remote_import][download][type] = git
projects[hosting_remote_import][download][branch] = 7.x-3.x
projects[hosting_site_backup_manager][download][type] = git
projects[hosting_site_backup_manager][download][branch] = 7.x-3.x
projects[hosting_tasks_extra][download][type] = git
projects[hosting_tasks_extra][download][branch] = 7.x-3.x
projects[hosting_civicrm][download][type] = git
projects[hosting_civicrm][download][branch] = 7.x-3.x
projects[hosting_logs][download][type] = git
projects[hosting_logs][download][branch] = 7.x-3.x
projects[hosting_dns][download][type] = git
projects[hosting_dns][download][branch] = 7.x-3.x
projects[hosting_https][download][type] = git
projects[hosting_https][download][branch] = 7.x-3.x
; Modules - Dev
projects[devel][subdir] = developer
projects[devel_debug_log][subdir] = developer