Skip to content

Commit 703d670

Browse files
shahmishalMaxDesiatov
authored andcommitted
Sync the update checkout config json with main branch
1 parent 3f28264 commit 703d670

File tree

1 file changed

+78
-100
lines changed

1 file changed

+78
-100
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 78 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
"remote": { "id": "apple/swift-cmark" } },
99
"llbuild": {
1010
"remote": { "id": "apple/swift-llbuild" } },
11+
"swift-argument-parser": {
12+
"remote": { "id": "apple/swift-argument-parser" } },
13+
"swift-driver": {
14+
"remote": { "id": "apple/swift-driver" } },
1115
"swift-tools-support-core": {
1216
"remote": { "id": "apple/swift-tools-support-core" } },
1317
"swiftpm": {
@@ -31,16 +35,13 @@
3135
"icu": {
3236
"remote": { "id": "unicode-org/icu" }
3337
},
38+
"yams": {
39+
"remote": { "id": "jpsim/Yams" }
40+
},
3441
"cmake": {
3542
"remote": { "id": "KitWare/CMake" },
3643
"platforms": [ "Linux" ]
3744
},
38-
"pythonkit": {
39-
"remote": { "id": "pvieito/PythonKit" }
40-
},
41-
"tensorflow-swift-apis": {
42-
"remote": { "id": "tensorflow/swift-apis" }
43-
},
4445
"indexstore-db": {
4546
"remote": { "id": "apple/indexstore-db" } },
4647
"sourcekit-lsp": {
@@ -100,58 +101,61 @@
100101
"swift-format": "main"
101102
}
102103
},
103-
"master": {
104-
"aliases": ["master", "swift/master"],
104+
"main": {
105+
"aliases": ["master", "swift/main", "main"],
105106
"repos": {
106-
"llvm-project": "swift/master",
107-
"swift": "master",
108-
"cmark": "master",
109-
"llbuild": "master",
110-
"swift-tools-support-core": "master",
111-
"swiftpm": "master",
112-
"swift-syntax": "master",
113-
"swift-stress-tester": "master",
114-
"swift-corelibs-xctest": "master",
115-
"swift-corelibs-foundation": "master",
116-
"swift-corelibs-libdispatch": "master",
117-
"swift-integration-tests": "master",
118-
"swift-xcode-playground-support": "master",
107+
"llvm-project": "swift/main",
108+
"swift": "main",
109+
"cmark": "main",
110+
"llbuild": "main",
111+
"swift-tools-support-core": "main",
112+
"swiftpm": "main",
113+
"swift-argument-parser": "0.3.0",
114+
"swift-driver": "main",
115+
"swift-syntax": "main",
116+
"swift-stress-tester": "main",
117+
"swift-corelibs-xctest": "main",
118+
"swift-corelibs-foundation": "main",
119+
"swift-corelibs-libdispatch": "main",
120+
"swift-integration-tests": "main",
121+
"swift-xcode-playground-support": "main",
119122
"ninja": "release",
120123
"icu": "release-65-1",
124+
"yams": "3.0.1",
121125
"cmake": "v3.16.5",
122-
"indexstore-db": "master",
123-
"sourcekit-lsp": "master",
124-
"swift-format": "master",
125-
"pythonkit": "master",
126-
"tensorflow-swift-apis": "master"
126+
"indexstore-db": "main",
127+
"sourcekit-lsp": "main",
128+
"swift-format": "main"
127129
}
128130
},
129131
"next" : {
130132
"aliases": ["next", "master-next",
133+
"swift/next",
131134
"stable-next", "upstream",
132135
"next-upstream", "upstream-with-swift"],
133136
"repos": {
134-
"llvm-project": "swift/master-next",
135-
"swift": "master-next",
136-
"cmark": "master",
137-
"llbuild": "master",
138-
"swift-tools-support-core": "master",
139-
"swiftpm": "master",
140-
"swift-syntax": "master",
141-
"swift-stress-tester": "master",
142-
"swift-corelibs-xctest": "master",
143-
"swift-corelibs-foundation": "master",
144-
"swift-corelibs-libdispatch": "master",
145-
"swift-integration-tests": "master",
146-
"swift-xcode-playground-support": "master",
137+
"llvm-project": "swift/next",
138+
"swift": "next",
139+
"cmark": "main",
140+
"llbuild": "main",
141+
"swift-tools-support-core": "main",
142+
"swiftpm": "main",
143+
"swift-argument-parser": "0.3.0",
144+
"swift-driver": "main",
145+
"swift-syntax": "main",
146+
"swift-stress-tester": "main",
147+
"swift-corelibs-xctest": "main",
148+
"swift-corelibs-foundation": "main",
149+
"swift-corelibs-libdispatch": "main",
150+
"swift-integration-tests": "main",
151+
"swift-xcode-playground-support": "main",
147152
"ninja": "release",
148153
"icu": "release-65-1",
154+
"yams": "3.0.1",
149155
"cmake": "v3.16.5",
150-
"indexstore-db": "master",
151-
"sourcekit-lsp": "master",
152-
"swift-format": "master",
153-
"pythonkit": "master",
154-
"tensorflow-swift-apis": "master"
156+
"indexstore-db": "main",
157+
"sourcekit-lsp": "main",
158+
"swift-format": "main"
155159
}
156160
},
157161
"swift-3.0-branch" : {
@@ -161,17 +165,17 @@
161165
"cmark": "swift-3.0-branch",
162166
"llbuild": "swift-3.0-branch",
163167
"swiftpm": "swift-3.0-branch",
164-
"swift-syntax": "master",
165-
"swift-stress-tester": "master",
168+
"swift-syntax": "main",
169+
"swift-stress-tester": "main",
166170
"swift-corelibs-xctest": "swift-3.0-branch",
167171
"swift-corelibs-foundation": "swift-3.0-branch",
168172
"swift-corelibs-libdispatch": "swift-3.0-branch",
169173
"swift-integration-tests": "swift-3.0-branch",
170174
"swift-xcode-playground-support": "swift-3.0-branch",
171175
"ninja": "release",
172-
"indexstore-db": "master",
173-
"sourcekit-lsp": "master",
174-
"swift-format": "master"
176+
"indexstore-db": "main",
177+
"sourcekit-lsp": "main",
178+
"swift-format": "main"
175179
}
176180
},
177181
"swift-3.1-branch" : {
@@ -182,17 +186,17 @@
182186
"cmark": "swift-3.1-branch",
183187
"llbuild": "swift-3.1-branch",
184188
"swiftpm": "swift-3.1-branch",
185-
"swift-syntax": "master",
186-
"swift-stress-tester": "master",
189+
"swift-syntax": "main",
190+
"swift-stress-tester": "main",
187191
"swift-corelibs-xctest": "swift-3.1-branch",
188192
"swift-corelibs-foundation": "swift-3.1-branch",
189193
"swift-corelibs-libdispatch": "swift-3.1-branch",
190194
"swift-integration-tests": "swift-3.1-branch",
191195
"swift-xcode-playground-support": "swift-3.1-branch",
192196
"ninja": "release",
193-
"indexstore-db": "master",
194-
"sourcekit-lsp": "master",
195-
"swift-format": "master"
197+
"indexstore-db": "main",
198+
"sourcekit-lsp": "main",
199+
"swift-format": "main"
196200
}
197201
},
198202
"swift-4.0-branch" : {
@@ -203,17 +207,17 @@
203207
"cmark": "swift-4.0-branch",
204208
"llbuild": "swift-4.0-branch",
205209
"swiftpm": "swift-4.0-branch",
206-
"swift-syntax": "master",
207-
"swift-stress-tester": "master",
210+
"swift-syntax": "main",
211+
"swift-stress-tester": "main",
208212
"swift-corelibs-xctest": "swift-4.0-branch",
209213
"swift-corelibs-foundation": "swift-4.0-branch",
210214
"swift-corelibs-libdispatch": "swift-4.0-branch",
211215
"swift-integration-tests": "swift-4.0-branch",
212216
"swift-xcode-playground-support": "swift-4.0-branch",
213217
"ninja": "release",
214-
"indexstore-db": "master",
215-
"sourcekit-lsp": "master",
216-
"swift-format": "master"
218+
"indexstore-db": "main",
219+
"sourcekit-lsp": "main",
220+
"swift-format": "main"
217221
}
218222
},
219223
"swift-4.1-branch" : {
@@ -224,17 +228,17 @@
224228
"cmark": "swift-4.1-branch",
225229
"llbuild": "swift-4.1-branch",
226230
"swiftpm": "swift-4.1-branch",
227-
"swift-syntax": "master",
228-
"swift-stress-tester": "master",
231+
"swift-syntax": "main",
232+
"swift-stress-tester": "main",
229233
"swift-corelibs-xctest": "swift-4.1-branch",
230234
"swift-corelibs-foundation": "swift-4.1-branch",
231235
"swift-corelibs-libdispatch": "swift-4.1-branch",
232236
"swift-integration-tests": "swift-4.1-branch",
233237
"swift-xcode-playground-support": "swift-4.1-branch",
234238
"ninja": "release",
235-
"indexstore-db": "master",
236-
"sourcekit-lsp": "master",
237-
"swift-format": "master"
239+
"indexstore-db": "main",
240+
"sourcekit-lsp": "main",
241+
"swift-format": "main"
238242
}
239243
},
240244
"swift-4.2-branch" : {
@@ -246,16 +250,16 @@
246250
"llbuild": "swift-4.2-branch",
247251
"swiftpm": "swift-4.2-branch",
248252
"swift-syntax": "swift-4.2-branch",
249-
"swift-stress-tester": "master",
253+
"swift-stress-tester": "main",
250254
"swift-corelibs-xctest": "swift-4.2-branch",
251255
"swift-corelibs-foundation": "swift-4.2-branch",
252256
"swift-corelibs-libdispatch": "swift-4.2-branch",
253257
"swift-integration-tests": "swift-4.2-branch",
254258
"swift-xcode-playground-support": "swift-4.2-branch",
255259
"ninja": "release",
256-
"indexstore-db": "master",
257-
"sourcekit-lsp": "master",
258-
"swift-format": "master"
260+
"indexstore-db": "main",
261+
"sourcekit-lsp": "main",
262+
"swift-format": "main"
259263
}
260264
},
261265
"swift-5.0-branch" : {
@@ -275,9 +279,9 @@
275279
"swift-xcode-playground-support": "swift-5.0-branch",
276280
"ninja": "release",
277281
"icu": "release-61-1",
278-
"indexstore-db": "master",
279-
"sourcekit-lsp": "master",
280-
"swift-format": "master"
282+
"indexstore-db": "main",
283+
"sourcekit-lsp": "main",
284+
"swift-format": "main"
281285
}
282286
},
283287
"swift-5.1-branch" : {
@@ -299,7 +303,7 @@
299303
"icu": "release-61-1",
300304
"indexstore-db": "swift-5.1-branch",
301305
"sourcekit-lsp": "swift-5.1-branch",
302-
"swift-format": "master"
306+
"swift-format": "main"
303307
}
304308
},
305309
"swift-5.2-branch": {
@@ -323,7 +327,7 @@
323327
"cmake": "v3.15.1",
324328
"indexstore-db": "swift-5.2-branch",
325329
"sourcekit-lsp": "swift-5.2-branch",
326-
"swift-format": "master"
330+
"swift-format": "main"
327331
}
328332
},
329333
"release/5.3": {
@@ -347,33 +351,7 @@
347351
"cmake": "v3.16.5",
348352
"indexstore-db": "release/5.3",
349353
"sourcekit-lsp": "release/5.3",
350-
"swift-format": "master",
351-
"pythonkit": "master",
352-
"tensorflow-swift-apis": "master"
353-
}
354-
},
355-
"master-rebranch": {
356-
"aliases": ["master-rebranch", "swift/master-rebranch"],
357-
"repos": {
358-
"llvm-project": "swift/master-rebranch",
359-
"swift": "master-rebranch",
360-
"cmark": "master",
361-
"llbuild": "master",
362-
"swift-tools-support-core": "master",
363-
"swiftpm": "master",
364-
"swift-syntax": "master",
365-
"swift-stress-tester": "master",
366-
"swift-corelibs-xctest": "master",
367-
"swift-corelibs-foundation": "master",
368-
"swift-corelibs-libdispatch": "master",
369-
"swift-integration-tests": "master",
370-
"swift-xcode-playground-support": "master",
371-
"ninja": "release",
372-
"icu": "release-65-1",
373-
"cmake": "v3.16.5",
374-
"indexstore-db": "master",
375-
"sourcekit-lsp": "master",
376-
"swift-format": "master"
354+
"swift-format": "main"
377355
}
378356
}
379357
}

0 commit comments

Comments
 (0)