Skip to content

Commit 14601ba

Browse files
committed
[uitls] Add support for swift-3.0-preview-5-branch to update checkout script
1 parent 4560bac commit 14601ba

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

utils/update-checkout-config.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
}
138138
},
139139
"swift-3.0-preview-4" : {
140-
"aliases": ["swift-3.0-branch", "swift-3.0-preview-4-branch"],
140+
"aliases": ["swift-3.0-preview-4-branch"],
141141
"repos": {
142142
"llvm": "swift-3.0-branch",
143143
"clang": "swift-3.0-branch",
@@ -153,6 +153,24 @@
153153
"swift-integration-tests": "swift-3.0-preview-4-branch",
154154
"swift-xcode-playground-support": "swift-3.0-preview-4-branch"
155155
}
156+
},
157+
"swift-3.0-preview-5" : {
158+
"aliases": ["swift-3.0-branch", "swift-3.0-preview-5-branch"],
159+
"repos": {
160+
"llvm": "swift-3.0-branch",
161+
"clang": "swift-3.0-branch",
162+
"swift": "swift-3.0-preview-5-branch",
163+
"lldb": "swift-3.0-preview-5-branch",
164+
"cmark": "swift-3.0-preview-5-branch",
165+
"llbuild": "swift-3.0-preview-5-branch",
166+
"swiftpm": "swift-3.0-preview-5-branch",
167+
"compiler-rt": "swift-3.0-branch",
168+
"swift-corelibs-xctest": "swift-3.0-preview-5-branch",
169+
"swift-corelibs-foundation": "swift-3.0-preview-5-branch",
170+
"swift-corelibs-libdispatch": "swift-3.0-preview-5-branch",
171+
"swift-integration-tests": "swift-3.0-preview-5-branch",
172+
"swift-xcode-playground-support": "swift-3.0-preview-5-branch"
173+
}
156174
}
157175
}
158176
}

0 commit comments

Comments
 (0)