Skip to content

Commit a675720

Browse files
authored
Merge pull request #34217 from apple/shahmishal/sync-update-checkout-with-main
Sync the update checkout config json with main branch
2 parents 5f803ee + f0cbf03 commit a675720

File tree

1 file changed

+79
-101
lines changed

1 file changed

+79
-101
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 79 additions & 101 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": {
@@ -32,16 +36,13 @@
3236
"remote": { "id": "unicode-org/icu" },
3337
"platforms": [ "Linux" ]
3438
},
39+
"yams": {
40+
"remote": { "id": "jpsim/Yams" }
41+
},
3542
"cmake": {
3643
"remote": { "id": "KitWare/CMake" },
3744
"platforms": [ "Linux" ]
3845
},
39-
"pythonkit": {
40-
"remote": { "id": "pvieito/PythonKit" }
41-
},
42-
"tensorflow-swift-apis": {
43-
"remote": { "id": "tensorflow/swift-apis" }
44-
},
4546
"indexstore-db": {
4647
"remote": { "id": "apple/indexstore-db" } },
4748
"sourcekit-lsp": {
@@ -51,60 +52,63 @@
5152
"llvm-project": {
5253
"remote": { "id": "apple/llvm-project" } }
5354
},
54-
"default-branch-scheme": "master",
55+
"default-branch-scheme": "main",
5556
"branch-schemes": {
56-
"master": {
57-
"aliases": ["master", "swift/master"],
57+
"main": {
58+
"aliases": ["master", "swift/main", "main"],
5859
"repos": {
59-
"llvm-project": "swift/master",
60-
"swift": "master",
61-
"cmark": "master",
62-
"llbuild": "master",
63-
"swift-tools-support-core": "master",
64-
"swiftpm": "master",
65-
"swift-syntax": "master",
66-
"swift-stress-tester": "master",
67-
"swift-corelibs-xctest": "master",
68-
"swift-corelibs-foundation": "master",
69-
"swift-corelibs-libdispatch": "master",
70-
"swift-integration-tests": "master",
71-
"swift-xcode-playground-support": "master",
60+
"llvm-project": "swift/main",
61+
"swift": "main",
62+
"cmark": "main",
63+
"llbuild": "main",
64+
"swift-tools-support-core": "main",
65+
"swiftpm": "main",
66+
"swift-argument-parser": "0.3.0",
67+
"swift-driver": "main",
68+
"swift-syntax": "main",
69+
"swift-stress-tester": "main",
70+
"swift-corelibs-xctest": "main",
71+
"swift-corelibs-foundation": "main",
72+
"swift-corelibs-libdispatch": "main",
73+
"swift-integration-tests": "main",
74+
"swift-xcode-playground-support": "main",
7275
"ninja": "release",
7376
"icu": "release-65-1",
77+
"yams": "3.0.1",
7478
"cmake": "v3.16.5",
75-
"indexstore-db": "master",
76-
"sourcekit-lsp": "master",
77-
"swift-format": "master",
78-
"pythonkit": "master",
79-
"tensorflow-swift-apis": "master"
79+
"indexstore-db": "main",
80+
"sourcekit-lsp": "main",
81+
"swift-format": "main"
8082
}
8183
},
8284
"next" : {
8385
"aliases": ["next", "master-next",
86+
"swift/next",
8487
"stable-next", "upstream",
8588
"next-upstream", "upstream-with-swift"],
8689
"repos": {
87-
"llvm-project": "swift/master-next",
88-
"swift": "master-next",
89-
"cmark": "master",
90-
"llbuild": "master",
91-
"swift-tools-support-core": "master",
92-
"swiftpm": "master",
93-
"swift-syntax": "master",
94-
"swift-stress-tester": "master",
95-
"swift-corelibs-xctest": "master",
96-
"swift-corelibs-foundation": "master",
97-
"swift-corelibs-libdispatch": "master",
98-
"swift-integration-tests": "master",
99-
"swift-xcode-playground-support": "master",
90+
"llvm-project": "swift/next",
91+
"swift": "next",
92+
"cmark": "main",
93+
"llbuild": "main",
94+
"swift-tools-support-core": "main",
95+
"swiftpm": "main",
96+
"swift-argument-parser": "0.3.0",
97+
"swift-driver": "main",
98+
"swift-syntax": "main",
99+
"swift-stress-tester": "main",
100+
"swift-corelibs-xctest": "main",
101+
"swift-corelibs-foundation": "main",
102+
"swift-corelibs-libdispatch": "main",
103+
"swift-integration-tests": "main",
104+
"swift-xcode-playground-support": "main",
100105
"ninja": "release",
101106
"icu": "release-65-1",
107+
"yams": "3.0.1",
102108
"cmake": "v3.16.5",
103-
"indexstore-db": "master",
104-
"sourcekit-lsp": "master",
105-
"swift-format": "master",
106-
"pythonkit": "master",
107-
"tensorflow-swift-apis": "master"
109+
"indexstore-db": "main",
110+
"sourcekit-lsp": "main",
111+
"swift-format": "main"
108112
}
109113
},
110114
"swift-3.0-branch" : {
@@ -114,17 +118,17 @@
114118
"cmark": "swift-3.0-branch",
115119
"llbuild": "swift-3.0-branch",
116120
"swiftpm": "swift-3.0-branch",
117-
"swift-syntax": "master",
118-
"swift-stress-tester": "master",
121+
"swift-syntax": "main",
122+
"swift-stress-tester": "main",
119123
"swift-corelibs-xctest": "swift-3.0-branch",
120124
"swift-corelibs-foundation": "swift-3.0-branch",
121125
"swift-corelibs-libdispatch": "swift-3.0-branch",
122126
"swift-integration-tests": "swift-3.0-branch",
123127
"swift-xcode-playground-support": "swift-3.0-branch",
124128
"ninja": "release",
125-
"indexstore-db": "master",
126-
"sourcekit-lsp": "master",
127-
"swift-format": "master"
129+
"indexstore-db": "main",
130+
"sourcekit-lsp": "main",
131+
"swift-format": "main"
128132
}
129133
},
130134
"swift-3.1-branch" : {
@@ -135,17 +139,17 @@
135139
"cmark": "swift-3.1-branch",
136140
"llbuild": "swift-3.1-branch",
137141
"swiftpm": "swift-3.1-branch",
138-
"swift-syntax": "master",
139-
"swift-stress-tester": "master",
142+
"swift-syntax": "main",
143+
"swift-stress-tester": "main",
140144
"swift-corelibs-xctest": "swift-3.1-branch",
141145
"swift-corelibs-foundation": "swift-3.1-branch",
142146
"swift-corelibs-libdispatch": "swift-3.1-branch",
143147
"swift-integration-tests": "swift-3.1-branch",
144148
"swift-xcode-playground-support": "swift-3.1-branch",
145149
"ninja": "release",
146-
"indexstore-db": "master",
147-
"sourcekit-lsp": "master",
148-
"swift-format": "master"
150+
"indexstore-db": "main",
151+
"sourcekit-lsp": "main",
152+
"swift-format": "main"
149153
}
150154
},
151155
"swift-4.0-branch" : {
@@ -156,17 +160,17 @@
156160
"cmark": "swift-4.0-branch",
157161
"llbuild": "swift-4.0-branch",
158162
"swiftpm": "swift-4.0-branch",
159-
"swift-syntax": "master",
160-
"swift-stress-tester": "master",
163+
"swift-syntax": "main",
164+
"swift-stress-tester": "main",
161165
"swift-corelibs-xctest": "swift-4.0-branch",
162166
"swift-corelibs-foundation": "swift-4.0-branch",
163167
"swift-corelibs-libdispatch": "swift-4.0-branch",
164168
"swift-integration-tests": "swift-4.0-branch",
165169
"swift-xcode-playground-support": "swift-4.0-branch",
166170
"ninja": "release",
167-
"indexstore-db": "master",
168-
"sourcekit-lsp": "master",
169-
"swift-format": "master"
171+
"indexstore-db": "main",
172+
"sourcekit-lsp": "main",
173+
"swift-format": "main"
170174
}
171175
},
172176
"swift-4.1-branch" : {
@@ -177,17 +181,17 @@
177181
"cmark": "swift-4.1-branch",
178182
"llbuild": "swift-4.1-branch",
179183
"swiftpm": "swift-4.1-branch",
180-
"swift-syntax": "master",
181-
"swift-stress-tester": "master",
184+
"swift-syntax": "main",
185+
"swift-stress-tester": "main",
182186
"swift-corelibs-xctest": "swift-4.1-branch",
183187
"swift-corelibs-foundation": "swift-4.1-branch",
184188
"swift-corelibs-libdispatch": "swift-4.1-branch",
185189
"swift-integration-tests": "swift-4.1-branch",
186190
"swift-xcode-playground-support": "swift-4.1-branch",
187191
"ninja": "release",
188-
"indexstore-db": "master",
189-
"sourcekit-lsp": "master",
190-
"swift-format": "master"
192+
"indexstore-db": "main",
193+
"sourcekit-lsp": "main",
194+
"swift-format": "main"
191195
}
192196
},
193197
"swift-4.2-branch" : {
@@ -199,16 +203,16 @@
199203
"llbuild": "swift-4.2-branch",
200204
"swiftpm": "swift-4.2-branch",
201205
"swift-syntax": "swift-4.2-branch",
202-
"swift-stress-tester": "master",
206+
"swift-stress-tester": "main",
203207
"swift-corelibs-xctest": "swift-4.2-branch",
204208
"swift-corelibs-foundation": "swift-4.2-branch",
205209
"swift-corelibs-libdispatch": "swift-4.2-branch",
206210
"swift-integration-tests": "swift-4.2-branch",
207211
"swift-xcode-playground-support": "swift-4.2-branch",
208212
"ninja": "release",
209-
"indexstore-db": "master",
210-
"sourcekit-lsp": "master",
211-
"swift-format": "master"
213+
"indexstore-db": "main",
214+
"sourcekit-lsp": "main",
215+
"swift-format": "main"
212216
}
213217
},
214218
"swift-5.0-branch" : {
@@ -228,9 +232,9 @@
228232
"swift-xcode-playground-support": "swift-5.0-branch",
229233
"ninja": "release",
230234
"icu": "release-61-1",
231-
"indexstore-db": "master",
232-
"sourcekit-lsp": "master",
233-
"swift-format": "master"
235+
"indexstore-db": "main",
236+
"sourcekit-lsp": "main",
237+
"swift-format": "main"
234238
}
235239
},
236240
"swift-5.1-branch" : {
@@ -252,7 +256,7 @@
252256
"icu": "release-61-1",
253257
"indexstore-db": "swift-5.1-branch",
254258
"sourcekit-lsp": "swift-5.1-branch",
255-
"swift-format": "master"
259+
"swift-format": "main"
256260
}
257261
},
258262
"swift-5.2-branch": {
@@ -276,7 +280,7 @@
276280
"cmake": "v3.15.1",
277281
"indexstore-db": "swift-5.2-branch",
278282
"sourcekit-lsp": "swift-5.2-branch",
279-
"swift-format": "master"
283+
"swift-format": "main"
280284
}
281285
},
282286
"release/5.3": {
@@ -300,33 +304,7 @@
300304
"cmake": "v3.16.5",
301305
"indexstore-db": "release/5.3",
302306
"sourcekit-lsp": "release/5.3",
303-
"swift-format": "master",
304-
"pythonkit": "master",
305-
"tensorflow-swift-apis": "master"
306-
}
307-
},
308-
"master-rebranch": {
309-
"aliases": ["master-rebranch", "swift/master-rebranch"],
310-
"repos": {
311-
"llvm-project": "swift/master-rebranch",
312-
"swift": "master-rebranch",
313-
"cmark": "master",
314-
"llbuild": "master",
315-
"swift-tools-support-core": "master",
316-
"swiftpm": "master",
317-
"swift-syntax": "master",
318-
"swift-stress-tester": "master",
319-
"swift-corelibs-xctest": "master",
320-
"swift-corelibs-foundation": "master",
321-
"swift-corelibs-libdispatch": "master",
322-
"swift-integration-tests": "master",
323-
"swift-xcode-playground-support": "master",
324-
"ninja": "release",
325-
"icu": "release-65-1",
326-
"cmake": "v3.16.5",
327-
"indexstore-db": "master",
328-
"sourcekit-lsp": "master",
329-
"swift-format": "master"
307+
"swift-format": "main"
330308
}
331309
}
332310
}

0 commit comments

Comments
 (0)