|
15 | 15 | "swift-corelibs-libdispatch": { "remote-repo-name": "apple/swift-corelibs-libdispatch" },
|
16 | 16 | "swift-integration-tests": { "remote-repo-name": "apple/swift-integration-tests" }
|
17 | 17 | },
|
18 |
| - "branch-names": ["master-branches", "next-branches", "swift-3.0-preview-1-branches", "swift-3.0-preview-2-branches"], |
19 |
| - "default-branch-alias": "master", |
20 |
| - "master-branches": { |
21 |
| - "aliases": ["master", "stable"], |
22 |
| - "repos": { |
23 |
| - "llvm": "stable", |
24 |
| - "clang": "stable", |
25 |
| - "swift": "master", |
26 |
| - "lldb": "master", |
27 |
| - "cmark": "master", |
28 |
| - "llbuild": "master", |
29 |
| - "swiftpm": "master", |
30 |
| - "compiler-rt": "stable", |
31 |
| - "swift-corelibs-xctest": "master", |
32 |
| - "swift-corelibs-foundation": "master", |
33 |
| - "swift-corelibs-libdispatch": "master", |
34 |
| - "swift-integration-tests": "master" |
35 |
| - } |
36 |
| - }, |
37 |
| - "next-branches" : { |
38 |
| - "aliases": ["master-next", "stable-next"], |
39 |
| - "repos": { |
40 |
| - "llvm": "stable-next", |
41 |
| - "clang": "stable-next", |
42 |
| - "compiler-rt": "stable-next", |
43 |
| - "swift": "master-next", |
44 |
| - "lldb": "master-next", |
45 |
| - "cmark": "master", |
46 |
| - "llbuild": "master", |
47 |
| - "swiftpm": "master", |
48 |
| - "compiler-rt": "stable-next", |
49 |
| - "swift-corelibs-xctest": "master", |
50 |
| - "swift-corelibs-foundation": "master", |
51 |
| - "swift-corelibs-libdispatch": "master", |
52 |
| - "swift-integration-tests": "master" |
53 |
| - } |
54 |
| - }, |
55 |
| - "swift-3.0-preview-1-branches" : { |
56 |
| - "aliases": ["swift-3.0-preview-1-branch"], |
57 |
| - "repos": { |
58 |
| - "llvm": "swift-3.0-branch", |
59 |
| - "clang": "swift-3.0-branch", |
60 |
| - "swift": "swift-3.0-preview-1-branch", |
61 |
| - "lldb": "swift-3.0-preview-1-branch", |
62 |
| - "cmark": "swift-3.0-preview-1-branch", |
63 |
| - "llbuild": "swift-3.0-preview-1-branch", |
64 |
| - "swiftpm": "swift-3.0-preview-1-branch", |
65 |
| - "compiler-rt": "swift-3.0-branch", |
66 |
| - "swift-corelibs-xctest": "swift-3.0-preview-1-branch", |
67 |
| - "swift-corelibs-foundation": "swift-3.0-preview-1-branch", |
68 |
| - "swift-corelibs-libdispatch": "swift-3.0-preview-1-branch", |
69 |
| - "swift-integration-tests": "swift-3.0-preview-1-branch" |
70 |
| - } |
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" |
| 18 | + "default-branch-scheme": "master", |
| 19 | + "branch-schemes": { |
| 20 | + "master": { |
| 21 | + "aliases": ["master", "stable"], |
| 22 | + "repos": { |
| 23 | + "llvm": "stable", |
| 24 | + "clang": "stable", |
| 25 | + "swift": "master", |
| 26 | + "lldb": "master", |
| 27 | + "cmark": "master", |
| 28 | + "llbuild": "master", |
| 29 | + "swiftpm": "master", |
| 30 | + "compiler-rt": "stable", |
| 31 | + "swift-corelibs-xctest": "master", |
| 32 | + "swift-corelibs-foundation": "master", |
| 33 | + "swift-corelibs-libdispatch": "master", |
| 34 | + "swift-integration-tests": "master" |
| 35 | + } |
| 36 | + }, |
| 37 | + "next" : { |
| 38 | + "aliases": ["master-next", "stable-next"], |
| 39 | + "repos": { |
| 40 | + "llvm": "stable-next", |
| 41 | + "clang": "stable-next", |
| 42 | + "compiler-rt": "stable-next", |
| 43 | + "swift": "master-next", |
| 44 | + "lldb": "master-next", |
| 45 | + "cmark": "master", |
| 46 | + "llbuild": "master", |
| 47 | + "swiftpm": "master", |
| 48 | + "compiler-rt": "stable-next", |
| 49 | + "swift-corelibs-xctest": "master", |
| 50 | + "swift-corelibs-foundation": "master", |
| 51 | + "swift-corelibs-libdispatch": "master", |
| 52 | + "swift-integration-tests": "master" |
| 53 | + } |
| 54 | + }, |
| 55 | + "swift-3.0-preview-1" : { |
| 56 | + "aliases": ["swift-3.0-preview-1-branch"], |
| 57 | + "repos": { |
| 58 | + "llvm": "swift-3.0-branch", |
| 59 | + "clang": "swift-3.0-branch", |
| 60 | + "swift": "swift-3.0-preview-1-branch", |
| 61 | + "lldb": "swift-3.0-preview-1-branch", |
| 62 | + "cmark": "swift-3.0-preview-1-branch", |
| 63 | + "llbuild": "swift-3.0-preview-1-branch", |
| 64 | + "swiftpm": "swift-3.0-preview-1-branch", |
| 65 | + "compiler-rt": "swift-3.0-branch", |
| 66 | + "swift-corelibs-xctest": "swift-3.0-preview-1-branch", |
| 67 | + "swift-corelibs-foundation": "swift-3.0-preview-1-branch", |
| 68 | + "swift-corelibs-libdispatch": "swift-3.0-preview-1-branch", |
| 69 | + "swift-integration-tests": "swift-3.0-preview-1-branch" |
| 70 | + } |
| 71 | + }, |
| 72 | + "swift-3.0-preview-2" : { |
| 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 | + } |
87 | 88 | }
|
88 | 89 | }
|
89 | 90 | }
|
0 commit comments