| { |
| "regexs" : [".*github.*apple.*swift-lldb.*llvm-swift5-transition.*"], |
| "repos" : [ |
| {"name": "llvm", |
| "vcs": "git", |
| "url": "https://github.com/apple/swift-llvm.git", |
| "ref": "swift-5.0-branch"}, |
| |
| {"name": "clang", |
| "vcs": "git", |
| "url": "https://github.com/apple/swift-clang.git", |
| "ref": "swift-5.0-branch"}, |
| |
| {"name": "swift", |
| "vcs": "git", |
| "url": "https://github.com/apple/swift.git", |
| "ref": "master-llvm-swift5-transition"}, |
| |
| {"name": "cmark", |
| "vcs": "git", |
| "url": "https://github.com/apple/swift-cmark.git", |
| "ref": "master"}, |
| |
| {"name": "ninja", |
| "vcs": "git", |
| "url": "https://github.com/ninja-build/ninja.git", |
| "ref": "master"} |
| ] |
| } |