|
2 | 2 | "ssh-clone-pattern": "[email protected]:%s.git",
|
3 | 3 | "https-clone-pattern": "https://github.com/%s.git",
|
4 | 4 | "repositories" : {
|
5 |
| - "llvm": "apple/swift-llvm", |
6 |
| - "clang": "apple/swift-clang", |
7 |
| - "swift": "apple/swift-swift", |
8 |
| - "lldb": "apple/swift-lldb", |
9 |
| - "cmark": "apple/swift-cmark", |
10 |
| - "llbuild": "apple/swift-llbuild", |
11 |
| - "swiftpm": "apple/swift-package-manager", |
12 |
| - "compiler-rt": "apple/swift-compiler-rt", |
13 |
| - "swift-corelibs-xctest": "apple/swift-corelibs-xctest", |
14 |
| - "swift-corelibs-foundation": "apple/swift-corelibs-foundation", |
15 |
| - "swift-corelibs-libdispatch": "apple/swift-corelibs-libdispatch", |
16 |
| - "swift-integration-tests": "apple/swift-integration-tests" |
| 5 | + "llvm": { "name": "apple/swift-llvm" }, |
| 6 | + "clang": { "name": "apple/swift-clang" }, |
| 7 | + "swift": { "name": "apple/swift-swift" }, |
| 8 | + "lldb": { "name": "apple/swift-lldb" }, |
| 9 | + "cmark": { "name": "apple/swift-cmark" }, |
| 10 | + "llbuild": { "name": "apple/swift-llbuild" }, |
| 11 | + "swiftpm": { "name": "apple/swift-package-manager" }, |
| 12 | + "compiler-rt": { "name": "apple/swift-compiler-rt" }, |
| 13 | + "swift-corelibs-xctest": { "name": "apple/swift-corelibs-xctest" }, |
| 14 | + "swift-corelibs-foundation": { "name": "apple/swift-corelibs-foundation" }, |
| 15 | + "swift-corelibs-libdispatch": { "name": "apple/swift-corelibs-libdispatch" }, |
| 16 | + "swift-integration-tests": { "name": "apple/swift-integration-tests" } |
17 | 17 | },
|
18 | 18 | "branch-names": ["master-branches", "next-branches", "swift-3.0-preview-1-branches"],
|
19 | 19 | "default-branch-alias": "master",
|
|
0 commit comments