Skip to content

Commit 14f3f1c

Browse files
authored
Merge pull request swiftlang#5517 from apple/update-checkout-3.1-support
2 parents bc6cb1f + d487f49 commit 14f3f1c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

utils/update-checkout-config.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,24 @@
189189
"swift-integration-tests": "swift-3.0-branch",
190190
"swift-xcode-playground-support": "swift-3.0-branch"
191191
}
192+
},
193+
"swift-3.1-branch" : {
194+
"aliases": ["swift-3.1-branch"],
195+
"repos": {
196+
"llvm": "swift-3.1-branch",
197+
"clang": "swift-3.1-branch",
198+
"swift": "master",
199+
"lldb": "master",
200+
"cmark": "master",
201+
"llbuild": "master",
202+
"swiftpm": "master",
203+
"compiler-rt": "swift-3.1-branch",
204+
"swift-corelibs-xctest": "master",
205+
"swift-corelibs-foundation": "master",
206+
"swift-corelibs-libdispatch": "master",
207+
"swift-integration-tests": "master",
208+
"swift-xcode-playground-support": "master"
209+
}
192210
}
193211
}
194212
}

0 commit comments

Comments
 (0)