forked from WhiteHouse/tweetserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build-tweetserver.make
50 lines (39 loc) · 1.19 KB
/
build-tweetserver.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
; Tweet Server
; -------------
; Core version
; -------------
core = 7.x
; API version
; ------------
api = 2
; Drupal core
; -------------
projects[drupal][version] = 7.25
; Install profile
; -----------------
projects[tweetserver][type] = profile
projects[tweetserver][download][branch] = 7.x-1.x
projects[tweetserver][download][tag] = 7.x-1.0-rc3
projects[tweetserver][download][revision] = e214ea5
; Defaults
; ---------
defaults[projects][subdir] = tweetserver
; Contrib projects
; -----------------
; This issue has been resolved in 7.x-1.x, but is not available in a tagged
; release for composer_autoload yet:
;
; https://drupal.org/node/2052721
;
projects[composer_autoload][type] = module
projects[composer_autoload][download][revision] = 4d73302
projects[devel][version] = 1.3
projects[guzzle][download][revision] = 0dbe667
projects[netstorage][type] = module
projects[netstorage][download][branch] = 7.x-1.x
projects[netstorage][download][tag] = 7.x-1.0-rc1
projects[netstorage][download][revision] = a3daae2
projects[twitterapi][type] = module
projects[twitterapi][download][branch] = 7.x-1.x
projects[twitterapi][download][tag] = 7.x-1.0-rc1
projects[twitterapi][download][revision] = ddcdc9c4