Skip to content

Sync the update checkout config json with main branch #34217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
180 changes: 79 additions & 101 deletions utils/update_checkout/update-checkout-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"remote": { "id": "apple/swift-cmark" } },
"llbuild": {
"remote": { "id": "apple/swift-llbuild" } },
"swift-argument-parser": {
"remote": { "id": "apple/swift-argument-parser" } },
"swift-driver": {
"remote": { "id": "apple/swift-driver" } },
"swift-tools-support-core": {
"remote": { "id": "apple/swift-tools-support-core" } },
"swiftpm": {
Expand All @@ -32,16 +36,13 @@
"remote": { "id": "unicode-org/icu" },
"platforms": [ "Linux" ]
},
"yams": {
"remote": { "id": "jpsim/Yams" }
},
"cmake": {
"remote": { "id": "KitWare/CMake" },
"platforms": [ "Linux" ]
},
"pythonkit": {
"remote": { "id": "pvieito/PythonKit" }
},
"tensorflow-swift-apis": {
"remote": { "id": "tensorflow/swift-apis" }
},
"indexstore-db": {
"remote": { "id": "apple/indexstore-db" } },
"sourcekit-lsp": {
Expand All @@ -51,60 +52,63 @@
"llvm-project": {
"remote": { "id": "apple/llvm-project" } }
},
"default-branch-scheme": "master",
"default-branch-scheme": "main",
"branch-schemes": {
"master": {
"aliases": ["master", "swift/master"],
"main": {
"aliases": ["master", "swift/main", "main"],
"repos": {
"llvm-project": "swift/master",
"swift": "master",
"cmark": "master",
"llbuild": "master",
"swift-tools-support-core": "master",
"swiftpm": "master",
"swift-syntax": "master",
"swift-stress-tester": "master",
"swift-corelibs-xctest": "master",
"swift-corelibs-foundation": "master",
"swift-corelibs-libdispatch": "master",
"swift-integration-tests": "master",
"swift-xcode-playground-support": "master",
"llvm-project": "swift/main",
"swift": "main",
"cmark": "main",
"llbuild": "main",
"swift-tools-support-core": "main",
"swiftpm": "main",
"swift-argument-parser": "0.3.0",
"swift-driver": "main",
"swift-syntax": "main",
"swift-stress-tester": "main",
"swift-corelibs-xctest": "main",
"swift-corelibs-foundation": "main",
"swift-corelibs-libdispatch": "main",
"swift-integration-tests": "main",
"swift-xcode-playground-support": "main",
"ninja": "release",
"icu": "release-65-1",
"yams": "3.0.1",
"cmake": "v3.16.5",
"indexstore-db": "master",
"sourcekit-lsp": "master",
"swift-format": "master",
"pythonkit": "master",
"tensorflow-swift-apis": "master"
"indexstore-db": "main",
"sourcekit-lsp": "main",
"swift-format": "main"
}
},
"next" : {
"aliases": ["next", "master-next",
"swift/next",
"stable-next", "upstream",
"next-upstream", "upstream-with-swift"],
"repos": {
"llvm-project": "swift/master-next",
"swift": "master-next",
"cmark": "master",
"llbuild": "master",
"swift-tools-support-core": "master",
"swiftpm": "master",
"swift-syntax": "master",
"swift-stress-tester": "master",
"swift-corelibs-xctest": "master",
"swift-corelibs-foundation": "master",
"swift-corelibs-libdispatch": "master",
"swift-integration-tests": "master",
"swift-xcode-playground-support": "master",
"llvm-project": "swift/next",
"swift": "next",
"cmark": "main",
"llbuild": "main",
"swift-tools-support-core": "main",
"swiftpm": "main",
"swift-argument-parser": "0.3.0",
"swift-driver": "main",
"swift-syntax": "main",
"swift-stress-tester": "main",
"swift-corelibs-xctest": "main",
"swift-corelibs-foundation": "main",
"swift-corelibs-libdispatch": "main",
"swift-integration-tests": "main",
"swift-xcode-playground-support": "main",
"ninja": "release",
"icu": "release-65-1",
"yams": "3.0.1",
"cmake": "v3.16.5",
"indexstore-db": "master",
"sourcekit-lsp": "master",
"swift-format": "master",
"pythonkit": "master",
"tensorflow-swift-apis": "master"
"indexstore-db": "main",
"sourcekit-lsp": "main",
"swift-format": "main"
}
},
"swift-3.0-branch" : {
Expand All @@ -114,17 +118,17 @@
"cmark": "swift-3.0-branch",
"llbuild": "swift-3.0-branch",
"swiftpm": "swift-3.0-branch",
"swift-syntax": "master",
"swift-stress-tester": "master",
"swift-syntax": "main",
"swift-stress-tester": "main",
"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",
"indexstore-db": "master",
"sourcekit-lsp": "master",
"swift-format": "master"
"indexstore-db": "main",
"sourcekit-lsp": "main",
"swift-format": "main"
}
},
"swift-3.1-branch" : {
Expand All @@ -135,17 +139,17 @@
"cmark": "swift-3.1-branch",
"llbuild": "swift-3.1-branch",
"swiftpm": "swift-3.1-branch",
"swift-syntax": "master",
"swift-stress-tester": "master",
"swift-syntax": "main",
"swift-stress-tester": "main",
"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",
"indexstore-db": "master",
"sourcekit-lsp": "master",
"swift-format": "master"
"indexstore-db": "main",
"sourcekit-lsp": "main",
"swift-format": "main"
}
},
"swift-4.0-branch" : {
Expand All @@ -156,17 +160,17 @@
"cmark": "swift-4.0-branch",
"llbuild": "swift-4.0-branch",
"swiftpm": "swift-4.0-branch",
"swift-syntax": "master",
"swift-stress-tester": "master",
"swift-syntax": "main",
"swift-stress-tester": "main",
"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",
"indexstore-db": "master",
"sourcekit-lsp": "master",
"swift-format": "master"
"indexstore-db": "main",
"sourcekit-lsp": "main",
"swift-format": "main"
}
},
"swift-4.1-branch" : {
Expand All @@ -177,17 +181,17 @@
"cmark": "swift-4.1-branch",
"llbuild": "swift-4.1-branch",
"swiftpm": "swift-4.1-branch",
"swift-syntax": "master",
"swift-stress-tester": "master",
"swift-syntax": "main",
"swift-stress-tester": "main",
"swift-corelibs-xctest": "swift-4.1-branch",
"swift-corelibs-foundation": "swift-4.1-branch",
"swift-corelibs-libdispatch": "swift-4.1-branch",
"swift-integration-tests": "swift-4.1-branch",
"swift-xcode-playground-support": "swift-4.1-branch",
"ninja": "release",
"indexstore-db": "master",
"sourcekit-lsp": "master",
"swift-format": "master"
"indexstore-db": "main",
"sourcekit-lsp": "main",
"swift-format": "main"
}
},
"swift-4.2-branch" : {
Expand All @@ -199,16 +203,16 @@
"llbuild": "swift-4.2-branch",
"swiftpm": "swift-4.2-branch",
"swift-syntax": "swift-4.2-branch",
"swift-stress-tester": "master",
"swift-stress-tester": "main",
"swift-corelibs-xctest": "swift-4.2-branch",
"swift-corelibs-foundation": "swift-4.2-branch",
"swift-corelibs-libdispatch": "swift-4.2-branch",
"swift-integration-tests": "swift-4.2-branch",
"swift-xcode-playground-support": "swift-4.2-branch",
"ninja": "release",
"indexstore-db": "master",
"sourcekit-lsp": "master",
"swift-format": "master"
"indexstore-db": "main",
"sourcekit-lsp": "main",
"swift-format": "main"
}
},
"swift-5.0-branch" : {
Expand All @@ -228,9 +232,9 @@
"swift-xcode-playground-support": "swift-5.0-branch",
"ninja": "release",
"icu": "release-61-1",
"indexstore-db": "master",
"sourcekit-lsp": "master",
"swift-format": "master"
"indexstore-db": "main",
"sourcekit-lsp": "main",
"swift-format": "main"
}
},
"swift-5.1-branch" : {
Expand All @@ -252,7 +256,7 @@
"icu": "release-61-1",
"indexstore-db": "swift-5.1-branch",
"sourcekit-lsp": "swift-5.1-branch",
"swift-format": "master"
"swift-format": "main"
}
},
"swift-5.2-branch": {
Expand All @@ -276,7 +280,7 @@
"cmake": "v3.15.1",
"indexstore-db": "swift-5.2-branch",
"sourcekit-lsp": "swift-5.2-branch",
"swift-format": "master"
"swift-format": "main"
}
},
"release/5.3": {
Expand All @@ -300,33 +304,7 @@
"cmake": "v3.16.5",
"indexstore-db": "release/5.3",
"sourcekit-lsp": "release/5.3",
"swift-format": "master",
"pythonkit": "master",
"tensorflow-swift-apis": "master"
}
},
"master-rebranch": {
"aliases": ["master-rebranch", "swift/master-rebranch"],
"repos": {
"llvm-project": "swift/master-rebranch",
"swift": "master-rebranch",
"cmark": "master",
"llbuild": "master",
"swift-tools-support-core": "master",
"swiftpm": "master",
"swift-syntax": "master",
"swift-stress-tester": "master",
"swift-corelibs-xctest": "master",
"swift-corelibs-foundation": "master",
"swift-corelibs-libdispatch": "master",
"swift-integration-tests": "master",
"swift-xcode-playground-support": "master",
"ninja": "release",
"icu": "release-65-1",
"cmake": "v3.16.5",
"indexstore-db": "master",
"sourcekit-lsp": "master",
"swift-format": "master"
"swift-format": "main"
}
}
}
Expand Down