forked from ding2/ding2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
drupal.make
19 lines (17 loc) · 1018 Bytes
/
drupal.make
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
core = 7.x
api = 2
; Core
projects[drupal][type] = core
projects[drupal][version] = 7.60
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/1232416-autocomplete-for-drupal7x53.patch"
projects[drupal][patch][] = "http://drupal.org/files/issues/translate_role_names-2205581-1.patch"
projects[drupal][patch][] = "http://www.drupal.org/files/issues/drupal-tabledrag-scroll-2843240-36.patch"
projects[drupal][patch][] = "patches/drupal_core.robots.txt.ding2.patch"
projects[drupal][patch][] = "https://www.drupal.org/files/issues/programatically_added-1079628-29-d7.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"