Skip to content

Commit 6160971

Browse files
committed
[utils] Add support for swift-3.0-branch
1 parent 58cce27 commit 6160971

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
@@ -155,7 +155,7 @@
155155
}
156156
},
157157
"swift-3.0-preview-5" : {
158-
"aliases": ["swift-3.0-branch", "swift-3.0-preview-5-branch"],
158+
"aliases": ["swift-3.0-preview-5-branch"],
159159
"repos": {
160160
"llvm": "swift-3.0-branch",
161161
"clang": "swift-3.0-branch",
@@ -171,6 +171,24 @@
171171
"swift-integration-tests": "swift-3.0-preview-5-branch",
172172
"swift-xcode-playground-support": "swift-3.0-preview-5-branch"
173173
}
174+
},
175+
"swift-3.0-branch" : {
176+
"aliases": ["swift-3.0-branch"],
177+
"repos": {
178+
"llvm": "swift-3.0-branch",
179+
"clang": "swift-3.0-branch",
180+
"swift": "swift-3.0-branch",
181+
"lldb": "swift-3.0-branch",
182+
"cmark": "swift-3.0-branch",
183+
"llbuild": "swift-3.0-branch",
184+
"swiftpm": "swift-3.0-branch",
185+
"compiler-rt": "swift-3.0-branch",
186+
"swift-corelibs-xctest": "swift-3.0-branch",
187+
"swift-corelibs-foundation": "swift-3.0-branch",
188+
"swift-corelibs-libdispatch": "swift-3.0-branch",
189+
"swift-integration-tests": "swift-3.0-branch",
190+
"swift-xcode-playground-support": "swift-3.0-branch"
191+
}
174192
}
175193
}
176194
}

0 commit comments

Comments
 (0)