Skip to content

Commit e0169d5

Browse files
committed
Update branches for new master-next scheme.
Combine the "next" and "next-upstream" checkout schemes since the new approach for maintaining master-next is to building against the "upstream-with-swift" Clang/LLVM branches. We do not plan to use the "stable-next" branches anymore. (We can delete those branches after this transition has had time to settle out.) I have also merged the "upstream" scheme with "next-upstream" because building the combination of branches previously in the scheme is not something we expect to work now.
1 parent 1a0a32d commit e0169d5

File tree

1 file changed

+1
-39
lines changed

1 file changed

+1
-39
lines changed

utils/update-checkout-config.json

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -53,52 +53,14 @@
5353
}
5454
},
5555
"next" : {
56-
"aliases": ["next", "master-next", "stable-next"],
57-
"repos": {
58-
"llvm": "stable-next",
59-
"clang": "stable-next",
60-
"compiler-rt": "stable-next",
61-
"swift": "master-next",
62-
"lldb": "stable-next",
63-
"cmark": "master",
64-
"llbuild": "master",
65-
"swiftpm": "master",
66-
"swift-corelibs-xctest": "master",
67-
"swift-corelibs-foundation": "master",
68-
"swift-corelibs-libdispatch": "master",
69-
"swift-integration-tests": "master",
70-
"swift-xcode-playground-support": "master",
71-
"ninja": "release"
72-
}
73-
},
74-
"next-upstream" : {
75-
"aliases": ["next-upstream"],
56+
"aliases": ["next", "master-next", "stable-next", "upstream", "next-upstream"],
7657
"repos": {
7758
"llvm": "upstream-with-swift",
7859
"clang": "upstream-with-swift",
7960
"compiler-rt": "upstream-with-swift",
8061
"swift": "master-next",
8162
"lldb": "upstream-with-swift",
8263
"cmark": "master",
83-
"llbuild": "master-next",
84-
"swiftpm": "master-next",
85-
"swift-corelibs-xctest": "master-next",
86-
"swift-corelibs-foundation": "master-next",
87-
"swift-corelibs-libdispatch": "master-next",
88-
"swift-integration-tests": "master-next",
89-
"swift-xcode-playground-support": "master-next",
90-
"ninja": "release"
91-
}
92-
},
93-
"upstream": {
94-
"aliases": ["upstream"],
95-
"repos": {
96-
"llvm": "upstream-with-swift",
97-
"clang": "upstream-with-swift",
98-
"compiler-rt": "upstream-with-swift",
99-
"swift": "master",
100-
"lldb": "upstream-with-swift",
101-
"cmark": "master",
10264
"llbuild": "master",
10365
"swiftpm": "master",
10466
"swift-corelibs-xctest": "master",

0 commit comments

Comments
 (0)