forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdate-checkout-config.json
172 lines (172 loc) · 7.11 KB
/
update-checkout-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"ssh-clone-pattern": "[email protected]:%s.git",
"https-clone-pattern": "https://github.com/%s.git",
"repos" : {
"llvm": {
"remote": { "id": "apple/swift-llvm" } },
"clang": {
"remote": { "id": "apple/swift-clang" } },
"swift": {
"remote": { "id": "apple/swift" } },
"lldb": {
"remote": { "id": "apple/swift-lldb" } },
"cmark": {
"remote": { "id": "apple/swift-cmark" } },
"llbuild": {
"remote": { "id": "apple/swift-llbuild" } },
"swiftpm": {
"remote": { "id": "apple/swift-package-manager" } },
"compiler-rt": {
"remote": { "id": "apple/swift-compiler-rt" } },
"swift-corelibs-xctest": {
"remote": { "id": "apple/swift-corelibs-xctest" } },
"swift-corelibs-foundation": {
"remote": { "id": "apple/swift-corelibs-foundation" } },
"swift-corelibs-libdispatch": {
"remote": { "id": "apple/swift-corelibs-libdispatch" } },
"swift-integration-tests": {
"remote": { "id": "apple/swift-integration-tests" } },
"swift-xcode-playground-support": {
"remote": { "id": "apple/swift-xcode-playground-support" } },
"ninja": {
"remote": { "id": "ninja-build/ninja" } }
},
"default-branch-scheme": "master",
"branch-schemes": {
"master": {
"aliases": ["master", "stable"],
"repos": {
"llvm": "stable",
"clang": "stable",
"swift": "master",
"lldb": "stable",
"cmark": "master",
"llbuild": "master",
"swiftpm": "master",
"compiler-rt": "stable",
"swift-corelibs-xctest": "master",
"swift-corelibs-foundation": "master",
"swift-corelibs-libdispatch": "master",
"swift-integration-tests": "master",
"swift-xcode-playground-support": "master",
"ninja": "release"
}
},
"next" : {
"aliases": ["next", "master-next",
"stable-next", "upstream",
"next-upstream", "upstream-with-swift"],
"repos": {
"llvm": "upstream-with-swift",
"clang": "upstream-with-swift",
"compiler-rt": "upstream-with-swift",
"swift": "master-next",
"lldb": "upstream-with-swift",
"cmark": "master",
"llbuild": "master",
"swiftpm": "master",
"swift-corelibs-xctest": "master",
"swift-corelibs-foundation": "master",
"swift-corelibs-libdispatch": "master",
"swift-integration-tests": "master",
"swift-xcode-playground-support": "master",
"ninja": "release"
}
},
"swift-3.0-branch" : {
"aliases": ["swift-3.0-branch"],
"repos": {
"llvm": "swift-3.0-branch",
"clang": "swift-3.0-branch",
"swift": "swift-3.0-branch",
"lldb": "swift-3.0-branch",
"cmark": "swift-3.0-branch",
"llbuild": "swift-3.0-branch",
"swiftpm": "swift-3.0-branch",
"compiler-rt": "swift-3.0-branch",
"swift-corelibs-xctest": "swift-3.0-branch",
"swift-corelibs-foundation": "swift-3.0-branch",
"swift-corelibs-libdispatch": "swift-3.0-branch",
"swift-integration-tests": "swift-3.0-branch",
"swift-xcode-playground-support": "swift-3.0-branch",
"ninja": "release"
}
},
"swift-3.1-branch" : {
"aliases": ["swift-3.1-branch"],
"repos": {
"llvm": "swift-3.1-branch",
"clang": "swift-3.1-branch",
"swift": "swift-3.1-branch",
"lldb": "swift-3.1-branch",
"cmark": "swift-3.1-branch",
"llbuild": "swift-3.1-branch",
"swiftpm": "swift-3.1-branch",
"compiler-rt": "swift-3.1-branch",
"swift-corelibs-xctest": "swift-3.1-branch",
"swift-corelibs-foundation": "swift-3.1-branch",
"swift-corelibs-libdispatch": "swift-3.1-branch",
"swift-integration-tests": "swift-3.1-branch",
"swift-xcode-playground-support": "swift-3.1-branch",
"ninja": "release"
}
},
"swift-4.1-branch" : {
"aliases": ["swift-4.1-branch"],
"repos": {
"llvm": "swift-4.1-branch",
"clang": "swift-4.1-branch",
"swift": "swift-4.1-branch",
"lldb": "upstream-with-swift",
"cmark": "master",
"llbuild": "master",
"swiftpm": "master",
"compiler-rt": "swift-4.1-branch",
"swift-corelibs-xctest": "master",
"swift-corelibs-foundation": "master",
"swift-corelibs-libdispatch": "master",
"swift-integration-tests": "master",
"swift-xcode-playground-support": "master",
"ninja": "release"
}
},
"swift-4.0-branch" : {
"aliases": ["swift-4.0-branch"],
"repos": {
"llvm": "swift-4.0-branch",
"clang": "swift-4.0-branch",
"swift": "swift-4.0-branch",
"lldb": "swift-4.0-branch",
"cmark": "swift-4.0-branch",
"llbuild": "swift-4.0-branch",
"swiftpm": "swift-4.0-branch",
"compiler-rt": "swift-4.0-branch",
"swift-corelibs-xctest": "swift-4.0-branch",
"swift-corelibs-foundation": "swift-4.0-branch",
"swift-corelibs-libdispatch": "swift-4.0-branch",
"swift-integration-tests": "swift-4.0-branch",
"swift-xcode-playground-support": "swift-4.0-branch",
"ninja": "release"
}
},
"swift-4.0-branch-07-11-2017" : {
"aliases": ["swift-4.0-branch-07-11-2017"],
"repos": {
"llvm": "swift-4.0-branch-07-11-2017",
"clang": "swift-4.0-branch-07-11-2017",
"swift": "swift-4.0-branch-07-11-2017",
"lldb": "swift-4.0-branch-07-11-2017",
"cmark": "swift-4.0-branch",
"llbuild": "swift-4.0-branch",
"swiftpm": "swift-4.0-branch",
"compiler-rt": "swift-4.0-branch-07-11-2017",
"swift-corelibs-xctest": "swift-4.0-branch",
"swift-corelibs-foundation": "swift-4.0-branch",
"swift-corelibs-libdispatch": "swift-4.0-branch",
"swift-integration-tests": "swift-4.0-branch",
"swift-xcode-playground-support": "swift-4.0-branch",
"ninja": "release"
}
}
}
}