forked from ding2/ding2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
drupal.make
20 lines (18 loc) · 985 Bytes
/
drupal.make
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
core = 7.x
api = 2
; Core
; As d.o is having issues with the update XML file, we are using this form for downloading core.
; See this: https://drupal.org/node/2126123
projects[drupal][type] = core
projects[drupal][version] = 7.41
projects[drupal][download][type] = get
projects[drupal][download][url] = http://ftp.drupal.org/files/projects/drupal-7.41.tar.gz
projects[drupal][patch][] = http://drupal.org/files/issues/menu-get-item-rebuild-1232346-45.patch
projects[drupal][patch][] = http://drupal.org/files/ssl-socket-transports-1879970-13.patch
projects[drupal][patch][] = http://www.drupal.org/files/issues/autocomplete-1232416-205-7x.patch
projects[drupal][patch][] = http://drupal.org/files/issues/translate_role_names-2205581-1.patch
; Get the profile, which will contain the next makefile.
projects[ding2][type] = "profile"
projects[ding2][download][type] = "git"
projects[ding2][download][url] = "[email protected]:ding2/ding2.git"
projects[ding2][download][branch] = "master"