Skip to content

Commit f8b4e66

Browse files
committed
[utils] Add support to checkout swift-3.0-preview-2-branch using update-checkout script
1 parent eadc7aa commit f8b4e66

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
@@ -53,7 +53,7 @@
5353
}
5454
},
5555
"swift-3.0-preview-1-branches" : {
56-
"aliases": ["swift-3.0-branch", "swift-3.0-preview-1-branch"],
56+
"aliases": ["swift-3.0-preview-1-branch"],
5757
"repos": {
5858
"llvm": "swift-3.0-branch",
5959
"clang": "swift-3.0-branch",
@@ -68,5 +68,22 @@
6868
"swift-corelibs-libdispatch": "swift-3.0-preview-1-branch",
6969
"swift-integration-tests": "swift-3.0-preview-1-branch"
7070
}
71+
},
72+
"swift-3.0-preview-2-branches" : {
73+
"aliases": ["swift-3.0-branch", "swift-3.0-preview-2-branch"],
74+
"repos": {
75+
"llvm": "swift-3.0-branch",
76+
"clang": "swift-3.0-branch",
77+
"swift": "swift-3.0-preview-2-branch",
78+
"lldb": "swift-3.0-preview-2-branch",
79+
"cmark": "swift-3.0-preview-2-branch",
80+
"llbuild": "swift-3.0-preview-2-branch",
81+
"swiftpm": "swift-3.0-preview-2-branch",
82+
"compiler-rt": "swift-3.0-branch",
83+
"swift-corelibs-xctest": "swift-3.0-preview-2-branch",
84+
"swift-corelibs-foundation": "swift-3.0-preview-2-branch",
85+
"swift-corelibs-libdispatch": "swift-3.0-preview-2-branch",
86+
"swift-integration-tests": "swift-3.0-preview-2-branch"
87+
}
7188
}
7289
}

0 commit comments

Comments
 (0)