Skip to content

Commit 7ff12fb

Browse files
authored
[update-checkout] Use swift-4.2-branch for llbuild, swiftpm, cmark, clang and llvm.
1 parent 4893233 commit 7ff12fb

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

utils/update-checkout-config.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@
195195
"clang": "swift-4.2-branch",
196196
"swift": "swift-4.2-branch",
197197
"lldb": "swift-4.2-branch",
198-
"cmark": "master",
199-
"llbuild": "master",
200-
"swiftpm": "master",
198+
"cmark": "swift-4.2-branch",
199+
"llbuild": "swift-4.2-branch",
200+
"swiftpm": "swift-4.2-branch",
201201
"compiler-rt": "swift-4.2-branch",
202202
"swift-corelibs-xctest": "swift-4.2-branch",
203203
"swift-corelibs-foundation": "swift-4.2-branch",
@@ -248,19 +248,19 @@
248248
"swift-4.2-branch-04-30-2018" : {
249249
"aliases": ["swift-4.2-branch-04-30-2018"],
250250
"repos": {
251-
"llvm": "swift-4.2-branch-04-30-2018",
252-
"clang": "swift-4.2-branch-04-30-2018",
251+
"llvm": "swift-4.2-branch",
252+
"clang": "swift-4.2-branch",
253253
"swift": "swift-4.2-branch-04-30-2018",
254-
"lldb": "swift-4.2-branch-04-30-2018",
255-
"cmark": "master",
256-
"llbuild": "master",
257-
"swiftpm": "master",
258-
"compiler-rt": "swift-4.2-branch-04-30-2018",
259-
"swift-corelibs-xctest": "swift-4.2-branch-04-30-2018",
260-
"swift-corelibs-foundation": "swift-4.2-branch-04-30-2018",
261-
"swift-corelibs-libdispatch": "swift-4.2-branch-04-30-2018",
262-
"swift-integration-tests": "swift-4.2-branch-04-30-2018",
263-
"swift-xcode-playground-support": "swift-4.2-branch-04-30-2018",
254+
"lldb": "swift-4.2-branch",
255+
"cmark": "swift-4.2-branch",
256+
"llbuild": "swift-4.2-branch",
257+
"swiftpm": "swift-4.2-branch",
258+
"compiler-rt": "swift-4.2-branch",
259+
"swift-corelibs-xctest": "swift-4.2-branch",
260+
"swift-corelibs-foundation": "swift-4.2-branch",
261+
"swift-corelibs-libdispatch": "swift-4.2-branch",
262+
"swift-integration-tests": "swift-4.2-branch",
263+
"swift-xcode-playground-support": "swift-4.2-branch",
264264
"ninja": "release"
265265
}
266266
},

0 commit comments

Comments
 (0)