forked from cloudfoundry/diego-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
143 lines (143 loc) · 5.59 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
[submodule "src/code.cloudfoundry.org/auction"]
path = src/code.cloudfoundry.org/auction
url = https://github.com/cloudfoundry/auction
branch = master
[submodule "src/code.cloudfoundry.org/bbs"]
path = src/code.cloudfoundry.org/bbs
url = https://github.com/cloudfoundry/bbs
branch = master
[submodule "src/code.cloudfoundry.org/auctioneer"]
path = src/code.cloudfoundry.org/auctioneer
url = https://github.com/cloudfoundry/auctioneer
branch = master
[submodule "src/code.cloudfoundry.org/cacheddownloader"]
path = src/code.cloudfoundry.org/cacheddownloader
url = https://github.com/cloudfoundry/cacheddownloader
branch = master
[submodule "src/code.cloudfoundry.org/executor"]
path = src/code.cloudfoundry.org/executor
url = https://github.com/cloudfoundry/executor
branch = master
[submodule "src/code.cloudfoundry.org/healthcheck"]
path = src/code.cloudfoundry.org/healthcheck
url = https://github.com/cloudfoundry/healthcheck
branch = master
[submodule "src/code.cloudfoundry.org/inigo"]
path = src/code.cloudfoundry.org/inigo
url = https://github.com/cloudfoundry/inigo
branch = master
[submodule "src/code.cloudfoundry.org/locket"]
path = src/code.cloudfoundry.org/locket
url = https://github.com/cloudfoundry/locket
branch = master
[submodule "src/code.cloudfoundry.org/rep"]
path = src/code.cloudfoundry.org/rep
url = https://github.com/cloudfoundry/rep
branch = master
[submodule "src/code.cloudfoundry.org/vizzini"]
path = src/code.cloudfoundry.org/vizzini
url = https://github.com/cloudfoundry/vizzini
branch = master
[submodule "src/code.cloudfoundry.org/benchmarkbbs"]
path = src/code.cloudfoundry.org/benchmarkbbs
url = https://github.com/cloudfoundry/benchmarkbbs
branch = master
[submodule "src/code.cloudfoundry.org/buildpackapplifecycle"]
path = src/code.cloudfoundry.org/buildpackapplifecycle
url = https://github.com/cloudfoundry/buildpackapplifecycle
branch = develop
[submodule "src/code.cloudfoundry.org/dockerapplifecycle"]
path = src/code.cloudfoundry.org/dockerapplifecycle
url = https://github.com/cloudfoundry/dockerapplifecycle
branch = master
[submodule "src/code.cloudfoundry.org/fileserver"]
path = src/code.cloudfoundry.org/fileserver
url = https://github.com/cloudfoundry/fileserver
branch = master
[submodule "src/code.cloudfoundry.org/diego-ssh"]
path = src/code.cloudfoundry.org/diego-ssh
url = https://github.com/cloudfoundry/diego-ssh
branch = master
[submodule "src/code.cloudfoundry.org/route-emitter"]
path = src/code.cloudfoundry.org/route-emitter
url = https://github.com/cloudfoundry/route-emitter
branch = master
[submodule "src/code.cloudfoundry.org/bytefmt"]
path = src/code.cloudfoundry.org/bytefmt
url = https://github.com/cloudfoundry/bytefmt
branch = master
[submodule "src/code.cloudfoundry.org/operationq"]
path = src/code.cloudfoundry.org/operationq
url = https://github.com/cloudfoundry/operationq
branch = master
[submodule "src/code.cloudfoundry.org/cfdot"]
path = src/code.cloudfoundry.org/cfdot
url = https://github.com/cloudfoundry/cfdot
branch = master
[submodule "src/code.cloudfoundry.org/volman"]
path = src/code.cloudfoundry.org/volman
url = https://github.com/cloudfoundry/volman
branch = master
[submodule "src/code.cloudfoundry.org/localdriver"]
path = src/code.cloudfoundry.org/localdriver
url = https://github.com/cloudfoundry/localdriver
branch = master
[submodule "src/code.cloudfoundry.org/goshims"]
path = src/code.cloudfoundry.org/goshims
url = https://github.com/cloudfoundry/goshims
branch = master
[submodule "src/code.cloudfoundry.org/garden"]
path = src/garden
url = https://github.com/cloudfoundry/garden
branch = master
[submodule "src/code.cloudfoundry.org/routing-info"]
path = src/code.cloudfoundry.org/routing-info
url = https://github.com/cloudfoundry-incubator/routing-info
branch = master
[submodule "src/code.cloudfoundry.org/routing-api"]
path = src/code.cloudfoundry.org/routing-api
url = https://github.com/cloudfoundry-incubator/routing-api
[submodule "src/code.cloudfoundry.org/trace-logger"]
path = src/code.cloudfoundry.org/trace-logger
url = https://github.com/cloudfoundry-incubator/trace-logger
[submodule "src/code.cloudfoundry.org/guardian"]
path = src/guardian
url = https://github.com/cloudfoundry/guardian
branch = master
[submodule "src/code.cloudfoundry.org/workpool"]
path = src/code.cloudfoundry.org/workpool
url = https://github.com/cloudfoundry/workpool
branch = master
[submodule "src/code.cloudfoundry.org/systemcerts"]
path = src/code.cloudfoundry.org/systemcerts
url = https://github.com/cloudfoundry/systemcerts
branch = master
[submodule "src/code.cloudfoundry.org/dockerdriver"]
path = src/code.cloudfoundry.org/dockerdriver
url = https://github.com/cloudfoundry/dockerdriver
branch = master
[submodule "src/code.cloudfoundry.org/ecrhelper"]
path = src/code.cloudfoundry.org/ecrhelper
url = https://github.com/cloudfoundry/ecrhelper
branch = master
[submodule "src/code.cloudfoundry.org/idmapper"]
path = src/idmapper
url = https://github.com/cloudfoundry/idmapper
[submodule "src/code.cloudfoundry.org/grootfs"]
path = src/grootfs
url = https://github.com/cloudfoundry/grootfs
[submodule "src/code.cloudfoundry.org/credhub-cli"]
path = src/code.cloudfoundry.org/credhub-cli
url = https://github.com/cloudfoundry-incubator/credhub-cli/
[submodule "src/garden"]
path = src/garden
url = https://github.com/cloudfoundry/garden
[submodule "src/guardian"]
path = src/guardian
url = https://github.com/cloudfoundry/guardian
[submodule "src/idmapper"]
path = src/idmapper
url = https://github.com/cloudfoundry/idmapper
[submodule "src/grootfs"]
path = src/grootfs
url = https://github.com/cloudfoundry/grootfs