Skip to content

Commit

Permalink
build: adjust the default revision for 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
compnerd committed Dec 20, 2023
1 parent 00c47f9 commit 15949b9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<manifest project="swift">
<remote name="github" fetch="https://github.com" />

<default revision="main" sync-c="true" sync-tags="false" />
<default revision="release/5.10" sync-c="true" sync-tags="false" />

<manifest-server url="http://stable.swift.dt.compnerd.org"/>

<project remote="github" name="apple/llvm-project" path="llvm-project" revision="stable/20230725" />
<project remote="github" name="apple/llvm-project" path="llvm-project" revision="swift/release/5.10" />
<project remote="github" name="apple/indexstore-db" path="indexstore-db" />
<project remote="github" name="apple/sourcekit-lsp" path="sourcekit-lsp" />
<project remote="github" name="apple/swift" path="swift" />
Expand All @@ -25,27 +25,27 @@
<project remote="github" name="apple/swift-docc-render-artifact" path="swift-docc-render-artifact" />
<project remote="github" name="apple/swift-docc-symbolkit" path="swift-docc-symbolkit" />
<project remote="github" name="apple/swift-driver" path="swift-driver" />
<project remote="github" name="apple/swift-experimental-string-processing" path="swift-experimental-string-processing" revision="swift/main" />
<project remote="github" name="apple/swift-experimental-string-processing" path="swift-experimental-string-processing" revision="swift/release/5.10" />
<project remote="github" name="apple/swift-format" path="swift-format" />
<project remote="github" name="apple/swift-foundation" path="swift-foundation" />
<project remote="github" name="apple/swift-foundation" path="swift-foundation" revision="main" />
<project remote="github" name="apple/swift-installer-scripts" path="swift-installer-scripts" />
<project remote="github" name="apple/swift-llbuild" path="llbuild" />
<project remote="github" name="apple/swift-lmdb" path="swift-lmdb" />
<project remote="github" name="apple/swift-log" path="swift-log" groups="notdefault" />
<project remote="github" name="apple/swift-markdown" path="swift-markdown" />
<project remote="github" name="apple/swift-nio" path="swift-nio" />
<project remote="github" name="apple/swift-nio" path="swift-nio" revision="main" />
<project remote="github" name="apple/swift-numerics" path="swift-numerics" groups="notdefault" />
<project remote="github" name="apple/swift-package-manager" path="swift-package-manager" />
<project remote="github" name="apple/swift-protobuf" path="swift-protobuf" groups="notdefault" />
<project remote="github" name="apple/swift-syntax" path="swift-syntax" />
<project remote="github" name="apple/swift-system" path="swift-system" revision="refs/tags/1.1.1" />
<project remote="github" name="apple/swift-testing" path="swift-testing" />
<project remote="github" name="apple/swift-testing" path="swift-testing" revision="main" />
<project remote="github" name="apple/swift-tools-support-core" path="swift-tools-support-core" />
<project remote="github" name="apple/swift-xcode-playground-support" path="swift-xcode-playground-support" groups="notdefault" />

<project remote="github" name="compnerd/ds2" path="ds2" />
<project remote="github" name="compnerd/ds2" path="ds2" revision="main" />
<project remote="github" name="compnerd/swift-build" path="swift-build" />
<project remote="github" name="compnerd/swift-win32" path="swift-win32" />
<project remote="github" name="compnerd/swift-win32" path="swift-win32" revision="main" />

<project remote="github" name="curl/curl" path="curl" revision="refs/tags/curl-8_4_0" />

Expand Down

0 comments on commit 15949b9

Please sign in to comment.