Skip to content

Commit 3f897d6

Browse files
authored
Add support for swift-5.1-branch-04-24-2019 branch
1 parent 41b372e commit 3f897d6

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -296,30 +296,30 @@
296296
"sourcekit-lsp": "swift-5.1-branch"
297297
}
298298
},
299-
"swift-5.1-branch-03-18-2019" : {
300-
"aliases": ["swift-5.1-branch-03-18-2019"],
299+
"swift-5.1-branch-04-24-2019" : {
300+
"aliases": ["swift-5.1-branch-04-24-2019"],
301301
"repos": {
302-
"llvm": "swift-5.1-branch-03-18-2019",
303-
"clang": "swift-5.1-branch-03-18-2019",
304-
"compiler-rt": "swift-5.1-branch-03-18-2019",
305-
"swift": "swift-5.1-branch-03-18-2019",
306-
"lldb": "swift-5.1-branch-03-18-2019",
302+
"llvm": "swift-5.1-branch",
303+
"clang": "swift-5.1-branch",
304+
"compiler-rt": "swift-5.1-branch",
305+
"swift": "swift-5.1-branch-04-24-2019",
306+
"lldb": "swift-5.1-branch",
307307
"cmark": "master",
308-
"llbuild": "master",
309-
"swiftpm": "master",
310-
"swift-syntax": "master",
311-
"swift-stress-tester": "master",
312-
"swift-corelibs-xctest": "master",
313-
"swift-corelibs-foundation": "master",
314-
"swift-corelibs-libdispatch": "master",
315-
"swift-integration-tests": "master",
316-
"swift-xcode-playground-support": "master",
308+
"llbuild": "swift-5.1-branch",
309+
"swiftpm": "swift-5.1-branch",
310+
"swift-syntax": "swift-5.1-branch",
311+
"swift-stress-tester": "swift-5.1-branch",
312+
"swift-corelibs-xctest": "swift-5.1-branch",
313+
"swift-corelibs-foundation": "swift-5.1-branch",
314+
"swift-corelibs-libdispatch": "swift-5.1-branch",
315+
"swift-integration-tests": "swift-5.1-branch",
316+
"swift-xcode-playground-support": "swift-5.1-branch",
317317
"ninja": "release",
318318
"icu": "release-61-1",
319-
"clang-tools-extra": "swift-5.1-branch-03-18-2019",
320-
"libcxx": "swift-5.1-branch-03-18-2019",
321-
"indexstore-db": "master",
322-
"sourcekit-lsp": "master"
319+
"clang-tools-extra": "swift-5.1-branch",
320+
"libcxx": "swift-5.1-branch",
321+
"indexstore-db": "swift-5.1-branch",
322+
"sourcekit-lsp": "swift-5.1-branch"
323323
}
324324
}
325325
}

0 commit comments

Comments
 (0)