Skip to content

Commit 4786a67

Browse files
authored
Merge pull request swiftlang#35143 from apple/shahmishal-patch-1
Add support for rebranch in update-checkout script
2 parents f91f4bb + 69f1f06 commit 4786a67

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,33 @@
8181
"swift-format": "main"
8282
}
8383
},
84+
"rebranch": {
85+
"aliases": ["rebranch", "swift/rebranch"],
86+
"repos": {
87+
"llvm-project": "swift/rebranch",
88+
"swift": "rebranch",
89+
"cmark": "main",
90+
"llbuild": "main",
91+
"swift-tools-support-core": "main",
92+
"swiftpm": "main",
93+
"swift-argument-parser": "0.3.0",
94+
"swift-driver": "main",
95+
"swift-syntax": "main",
96+
"swift-stress-tester": "main",
97+
"swift-corelibs-xctest": "main",
98+
"swift-corelibs-foundation": "main",
99+
"swift-corelibs-libdispatch": "main",
100+
"swift-integration-tests": "main",
101+
"swift-xcode-playground-support": "main",
102+
"ninja": "release",
103+
"icu": "release-65-1",
104+
"yams": "3.0.1",
105+
"cmake": "v3.16.5",
106+
"indexstore-db": "main",
107+
"sourcekit-lsp": "main",
108+
"swift-format": "main"
109+
}
110+
},
84111
"next" : {
85112
"aliases": ["next", "master-next",
86113
"swift/next",

0 commit comments

Comments
 (0)