forked from cloudfoundry/diego-release
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
60 lines (60 loc) · 1.89 KB
/
.gitmodules
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
[submodule "src/executor"]
path = src/executor
url = https://github.com/cloudfoundry-incubator/executor.git
branch = master
[submodule "src/stager"]
path = src/stager
url = https://github.com/cloudfoundry-incubator/stager.git
branch = master
[submodule "src/inigo"]
path = src/inigo
url = https://github.com/cloudfoundry-incubator/inigo.git
branch = master
[submodule "src/file-server"]
path = src/file-server
url = https://github.com/cloudfoundry-incubator/file-server.git
branch = master
[submodule "src/warden-linux"]
path = src/warden-linux
url = https://github.com/cloudfoundry-incubator/warden-linux
branch = master
[submodule "src/runtime-metrics-server"]
path = src/runtime-metrics-server
url = https://github.com/cloudfoundry-incubator/runtime-metrics-server.git
branch = master
[submodule "src/etcd"]
path = src/etcd
url = https://github.com/coreos/etcd.git
branch = master
[submodule "src/etcd-metrics-server"]
path = src/etcd-metrics-server
url = https://github.com/cloudfoundry-incubator/etcd-metrics-server.git
branch = master
[submodule "src/converger"]
path = src/converger
url = https://github.com/cloudfoundry-incubator/converger
branch = master
[submodule "src/rep"]
path = src/rep
url = https://github.com/cloudfoundry-incubator/rep.git
branch = master
[submodule "src/auctioneer"]
path = src/auctioneer
url = https://github.com/cloudfoundry-incubator/auctioneer
branch = master
[submodule "src/route-emitter"]
path = src/route-emitter
url = https://github.com/cloudfoundry-incubator/route-emitter.git
branch = master
[submodule "src/linux-circus"]
path = src/linux-circus
url = https://github.com/cloudfoundry-incubator/linux-circus.git
branch = master
[submodule "src/tps"]
path = src/tps
url = https://github.com/cloudfoundry-incubator/tps
branch = master
[submodule "src/nsync"]
path = src/nsync
url = https://github.com/cloudfoundry-incubator/nsync.git
branch = master