[API] Add support for Debian 12 and Fedora 39 for 6.1 and main branch #948
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added support for Debian 12 and Fedora 39 to swift.org API for 6.1 and main branch
Motivation:
This change allows running
swiftly install main-snapshot
andswift install 6.1-snapshot
on Debian 12 and Fedora 39. This was possible in previous versions of swiftly.Modifications:
I added support for Debian 12 and Fedora 39 to swift.org API for 6.1 and main branch.
The referenced data already exists.
site.data.builds.swift-6_1-branch.debian12
: https://github.com/swiftlang/swift-org-website/blob/main/_data/builds/swift-6_1-branch/debian12.ymlsite.data.builds.swift-6_1-branch.debian12-aarch64
: https://github.com/swiftlang/swift-org-website/blob/main/_data/builds/swift-6_1-branch/debian12-aarch64.ymlsite.data.builds.swift-6_1-branch.fedora39
: https://github.com/swiftlang/swift-org-website/blob/main/_data/builds/swift-6_1-branch/fedora39.ymlsite.data.builds.swift-6_1-branch.fedora39-aarch64
: https://github.com/swiftlang/swift-org-website/blob/main/_data/builds/swift-6_1-branch/fedora39-aarch64.ymlsite.data.builds.development.debian12
: https://github.com/swiftlang/swift-org-website/blob/main/_data/builds/development/debian12.ymlsite.data.builds.development.debian12-aarch64
: https://github.com/swiftlang/swift-org-website/blob/main/_data/builds/development/debian12-aarch64.ymlsite.data.builds.development.fedora39
: https://github.com/swiftlang/swift-org-website/blob/main/_data/builds/development/fedora39.ymlsite.data.builds.development.fedora39-aarch64
: https://github.com/swiftlang/swift-org-website/blob/main/_data/builds/development/fedora39-aarch64.ymlResult:
The following endpoints will be available and return a list of snapshots.