-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mrconfig.example
More file actions
61 lines (50 loc) · 2.26 KB
/
Copy path.mrconfig.example
File metadata and controls
61 lines (50 loc) · 2.26 KB
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
55
56
57
58
59
60
61
[perspective-tasks]
checkout = git clone 'git@github.com:perspective/perspective-tasks.git' 'perspective-tasks'
link = npm link ../perspective-core && npm link ../perspective-core-server && npm link ../perspective-core-rest && npm link ../perspective-core-db
install = npm install
order = 50
[perspective-jenkins]
checkout = git clone 'git@github.com:perspective/perspective-jenkins.git' 'perspective-jenkins'
link = npm link ../perspective-core && npm link ../perspective-core-server && npm link ../perspective-core-rest && npm link ../perspective-core-web-socket
install = npm install
order = 52
[perspective-core-server]
checkout = git clone 'git@github.com:perspective/perspective-core-server.git' 'perspective-core-server'
link = npm link
install = npm install
order = 1
[perspective-core]
checkout = git clone 'git@github.com:perspective/perspective-core.git' 'perspective-core'
link = npm link
install = npm install
order = 1
[perspective-core-web-socket-helper]
checkout = git clone 'git@github.com:perspective/perspective-core-web-socket-helper.git' 'perspective-core-web-socket-helper'
link = npm link ../perspective-core
install = npm install
order = 2
[perspective-core-web-socket]
checkout = git clone 'git@github.com:perspective/perspective-core-web-socket.git' 'perspective-core-web-socket'
link = npm link ../perspective-core-web-socket-helper && npm link ../perspective-core-server
install = npm install
order = 3
[perspective-core-rest]
checkout = git clone 'git@github.com:perspective/perspective-core-rest.git' 'perspective-core-rest'
link = npm link ../perspective-core-server && npm link ../perspective-core
install = npm install
order = 3
[perspective-core-db]
checkout = git clone 'git@github.com:perspective/perspective-core-db.git' 'perspective-core-db'
link = npm link ../perspective-core-server && npm link ../perspective-core
install = npm install
order = 3
[perspective-client]
checkout = git clone 'git@github.com:perspective/perspective-client.git' 'perspective-client'
install = npm install
order = 98
[dev]
checkout = git clone 'git@github.com:perspective/dev.git' 'dev'
[perspective]
checkout = git clone 'git@github.com:perspective/perspective.git' 'perspective'
[startup-scripts]
checkout = git clone 'git@github.com:perspective/startup-scripts.git' 'startup-scripts'