Skip to content

Commit b7211c9

Browse files
authored
Merge pull request #3380 from apple/update-checkout-preview-3
[utils] Add support for swift-3.0-preview-3-branch checkout script
2 parents 3e03b78 + 4f84ba6 commit b7211c9

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
@@ -98,7 +98,7 @@
9898
}
9999
},
100100
"swift-3.0-preview-2" : {
101-
"aliases": ["swift-3.0-branch", "swift-3.0-preview-2-branch"],
101+
"aliases": ["swift-3.0-preview-2-branch"],
102102
"repos": {
103103
"llvm": "swift-3.0-branch",
104104
"clang": "swift-3.0-branch",
@@ -113,6 +113,23 @@
113113
"swift-corelibs-libdispatch": "swift-3.0-preview-2-branch",
114114
"swift-integration-tests": "swift-3.0-preview-2-branch"
115115
}
116+
},
117+
"swift-3.0-preview-3" : {
118+
"aliases": ["swift-3.0-branch", "swift-3.0-preview-3-branch"],
119+
"repos": {
120+
"llvm": "swift-3.0-branch",
121+
"clang": "swift-3.0-branch",
122+
"swift": "swift-3.0-preview-3-branch",
123+
"lldb": "swift-3.0-preview-3-branch",
124+
"cmark": "swift-3.0-preview-3-branch",
125+
"llbuild": "swift-3.0-preview-3-branch",
126+
"swiftpm": "swift-3.0-preview-3-branch",
127+
"compiler-rt": "swift-3.0-branch",
128+
"swift-corelibs-xctest": "swift-3.0-preview-3-branch",
129+
"swift-corelibs-foundation": "swift-3.0-preview-3-branch",
130+
"swift-corelibs-libdispatch": "swift-3.0-preview-3-branch",
131+
"swift-integration-tests": "swift-3.0-preview-3-branch"
132+
}
116133
}
117134
}
118135
}

0 commit comments

Comments
 (0)