Skip to content

Commit b61c68d

Browse files
committed
[utils] Add support for swift-3.0-preview-4-branch
1 parent 02f3298 commit b61c68d

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

utils/update-checkout-config.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
}
121121
},
122122
"swift-3.0-preview-3" : {
123-
"aliases": ["swift-3.0-branch", "swift-3.0-preview-3-branch"],
123+
"aliases": ["swift-3.0-preview-3-branch"],
124124
"repos": {
125125
"llvm": "swift-3.0-branch",
126126
"clang": "swift-3.0-branch",
@@ -135,6 +135,23 @@
135135
"swift-corelibs-libdispatch": "swift-3.0-preview-3-branch",
136136
"swift-integration-tests": "swift-3.0-preview-3-branch"
137137
}
138+
},
139+
"swift-3.0-preview-4" : {
140+
"aliases": ["swift-3.0-branch", "swift-3.0-preview-4-branch"],
141+
"repos": {
142+
"llvm": "swift-3.0-branch",
143+
"clang": "swift-3.0-branch",
144+
"swift": "swift-3.0-preview-4-branch",
145+
"lldb": "swift-3.0-preview-4-branch",
146+
"cmark": "swift-3.0-preview-4-branch",
147+
"llbuild": "swift-3.0-preview-4-branch",
148+
"swiftpm": "swift-3.0-preview-4-branch",
149+
"compiler-rt": "swift-3.0-branch",
150+
"swift-corelibs-xctest": "swift-3.0-preview-4-branch",
151+
"swift-corelibs-foundation": "swift-3.0-preview-4-branch",
152+
"swift-corelibs-libdispatch": "swift-3.0-preview-4-branch",
153+
"swift-integration-tests": "swift-3.0-preview-4-branch"
154+
}
138155
}
139156
}
140157
}

0 commit comments

Comments
 (0)