summaryrefslogtreecommitdiffstats
path: root/.setup/gitlist
blob: ffac31c5dd1b0d526838fc8e90fc3d8e9dc9c21a (plain) (blame)
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
{
  "repos": [
    {
      "path": "jon/PDD/",
      "remotes": {
        "origin": "https://github.com/MightyThor/PDD.git"
      }
    },
    {
      "path": "jon/PDD-Specs/",
      "remotes": {
        "origin": "https://github.com/MightyThor/PDD-Specs.git"
      }
    },
    {
      "path": "personal/archive/age/",
      "remotes": {
        "origin": "https://github.com/tydavis/age.git",
        "upstream": "https://github.com/FiloSottile/age.git"
      }
    },
    {
      "path": "personal/archive/blog-raw/",
      "remotes": {
        "origin": "https://github.com/tydavis/blog-raw.git"
      }
    },
    {
      "path": "personal/archive/dnstracker/",
      "remotes": {
        "origin": "https://github.com/tydavis/dnstracker.git"
      }
    },
    {
      "path": "personal/archive/exercism-cli/",
      "remotes": {
        "origin": "https://github.com/tydavis/cli.git",
        "upstream": "https://github.com/exercism/cli.git"
      }
    },
    {
      "path": "personal/archive/gartifact/",
      "remotes": {
        "origin": "https://github.com/tydavis/gartifact.git"
      }
    },
    {
      "path": "personal/archive/gosrc/",
      "remotes": {
        "google": "https://go.googlesource.com/go",
        "origin": "https://github.com/tydavis/go.git",
        "upstream": "https://github.com/golang/go.git"
      }
    },
    {
      "path": "personal/archive/hello-world-docker/",
      "remotes": {
        "origin": "https://github.com/tydavis/hello-world-docker.git"
      }
    },
    {
      "path": "personal/archive/kernel_linux/",
      "remotes": {
        "origin": "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
      }
    },
    {
      "path": "personal/archive/lab/",
      "remotes": {
        "origin": "https://github.com/tydavis/lab.git",
        "upstream": "https://github.com/zaquestion/lab.git"
      }
    },
    {
      "path": "personal/archive/lawsofengineering/",
      "remotes": {
        "origin": "https://github.com/tydavis/lawsofengineering.git"
      }
    },
    {
      "path": "personal/archive/lightningwavestories/",
      "remotes": {
        "origin": "https://github.com/tydavis/lightningwavestories.git"
      }
    },
    {
      "path": "personal/archive/pathuniq-rs/",
      "remotes": {
        "origin": "https://github.com/tydavis/pathuniq-rs.git"
      }
    },
    {
      "path": "personal/archive/rage/",
      "remotes": {
        "origin": "https://github.com/tydavis/rage.git",
        "upstream": "https://github.com/str4d/rage.git"
      }
    },
    {
      "path": "personal/archive/showreadiness/",
      "remotes": {
        "origin": "https://github.com/tydavis/showreadiness.git"
      }
    },
    {
      "path": "personal/archive/updatedns/",
      "remotes": {
        "origin": "https://github.com/tydavis/updatedns.git"
      }
    },
    {
      "path": "personal/archive/updatedns-curl/",
      "remotes": {
        "origin": "https://github.com/tydavis/updatedns-curl.git"
      }
    },
    {
      "path": "personal/archive/utilities/",
      "remotes": {
        "origin": "https://github.com/tydavis/utilities.git"
      }
    },
    {
      "path": "personal/geodns/",
      "remotes": {
        "origin": "https://github.com/tydavis/geodns.git",
        "upstream": "https://github.com/abh/geodns.git"
      }
    },
    {
      "path": "personal/journal/",
      "remotes": {
        "origin": "https://github.com/tydavis/journal.git"
      }
    },
    {
      "path": "personal/resume/",
      "remotes": {
        "origin": "https://github.com/tydavis/resume.git"
      }
    },
    {
      "path": "personal/standards/",
      "remotes": {
        "origin": "https://github.com/tydavis/standards.git"
      }
    },
    {
      "path": "personal/tydavis/",
      "remotes": {
        "origin": "https://github.com/tydavis/tydavis.git"
      }
    },
    {
      "path": "temp/benchmark-grpc-protobuf-vs-http-json/",
      "remotes": {
        "origin": "https://github.com/plutov/benchmark-grpc-protobuf-vs-http-json.git"
      }
    },
    {
      "path": "temp/tools/",
      "remotes": {
        "origin": "https://github.com/golang/tools.git"
      }
    },
    {
      "path": "work/README/",
      "remotes": {
        "origin": "https://github.com/tydavis/README.git",
        "upstream": "https://github.com/hpe-hcss/README.git"
      }
    },
    {
      "path": "work/agena-rda-controller/",
      "remotes": {
        "origin": "https://github.com/hpe-hcss/agena-rda-controller.git"
      }
    },
    {
      "path": "work/appid-and-taxonomy/",
      "remotes": {
        "origin": "https://github.com/tydavis/appid-and-taxonomy.git"
      }
    },
    {
      "path": "work/authorization/",
      "remotes": {
        "origin": "https://github.com/tydavis/authorization.git",
        "upstream": "https://github.com/hpe-hcss/authorization.git"
      }
    },
    {
      "path": "work/aws-centralized-users-config/",
      "remotes": {
        "origin": "https://github.com/tydavis/aws-centralized-users-config.git",
        "upstream": "https://github.com/hpe-hcss/aws-centralized-users-config.git"
      }
    },
    {
      "path": "work/cluster-gen/",
      "remotes": {
        "origin": "https://github.com/hpe-hcss/cluster-gen.git"
      }
    },
    {
      "path": "work/doc-portal/",
      "remotes": {
        "origin": "https://github.com/tydavis/doc-portal.git",
        "upstream": "https://github.com/hpe-hcss/doc-portal.git"
      }
    },
    {
      "path": "work/docker-mirror/",
      "remotes": {
        "origin": "https://github.com/tydavis/docker-mirror.git",
        "upstream": "https://github.com/hpe-hcss/docker-mirror.git"
      }
    },
    {
      "path": "work/foundation/",
      "remotes": {
        "origin": "https://github.com/hpe-hcss/foundation.git"
      }
    },
    {
      "path": "work/go-build/",
      "remotes": {
        "origin": "https://github.com/tydavis/go-build.git",
        "upstream": "https://github.com/hpe-hcss/go-build.git"
      }
    },
    {
      "path": "work/go-service-template/",
      "remotes": {
        "origin": "https://github.com/hpe-hcss/go-service-template.git"
      }
    },
    {
      "path": "work/go-service-template-lib/",
      "remotes": {
        "origin": "https://github.com/hpe-hcss/go-service-template-lib.git"
      }
    },
    {
      "path": "work/go-svc-demo/",
      "remotes": {
        "origin": "https://github.com/hpe-hcss/APP000101-go-nr-demo.git"
      }
    },
    {
      "path": "work/iam/authorization/",
      "remotes": {
        "origin": "https://github.com/tydavis/authorization.git",
        "upstream": "https://github.com/hpe-hcss/authorization.git"
      }
    },
    {
      "path": "work/pdprocessing/",
      "remotes": {
        "origin": "https://github.com/hpe-hcss/pagerduty-old-incidents.git"
      }
    },
    {
      "path": "work/quake/",
      "remotes": {
        "origin": "https://github.com/hpe-hcss/quake.git"
      }
    },
    {
      "path": "work/sre-slackbot/",
      "remotes": {
        "origin": "https://github.com/hpe-hcss/sre-slackbot.git"
      }
    },
    {
      "path": "work/sre-team-internal-documentation/",
      "remotes": {
        "origin": "https://github.com/tydavis/sre-team-internal-documentation.git",
        "upstream": "https://github.com/hpe-hcss/sre-team-internal-documentation.git"
      }
    },
    {
      "path": "work/sre-wiki/",
      "remotes": {
        "origin": "https://github.com/hpe-hcss/sre-wiki.git"
      }
    },
    {
      "path": "work/taxonomy/",
      "remotes": {
        "origin": "https://github.com/tydavis/appid-and-taxonomy.git"
      }
    }
  ]
}