Remove unsupport distros - #244
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR cleans up APT repository metadata by removing distro suites that are no longer supported, and updates the repository configuration/docs accordingly.
Changes:
- Removed Ubuntu APT metadata for the unsupported
focalandmanticsuites. - Removed Debian APT metadata for the unsupported
bustersuite. - Updated
*/conf/distributionsand README to reflect the remaining supported suites.
Reviewed changes
Copilot reviewed 48 out of 94 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| ubuntu/dists/mantic/Release.gpg | Remove unsupported suite metadata |
| ubuntu/dists/mantic/Release | Remove unsupported suite metadata |
| ubuntu/dists/mantic/nightly/binary-arm64/Release | Remove unsupported suite metadata |
| ubuntu/dists/mantic/nightly/binary-arm64/Packages | Remove unsupported suite metadata |
| ubuntu/dists/mantic/nightly/binary-amd64/Release | Remove unsupported suite metadata |
| ubuntu/dists/mantic/nightly/binary-amd64/Packages | Remove unsupported suite metadata |
| ubuntu/dists/mantic/main/binary-arm64/Release | Remove unsupported suite metadata |
| ubuntu/dists/mantic/main/binary-arm64/Packages | Remove unsupported suite metadata |
| ubuntu/dists/mantic/main/binary-amd64/Release | Remove unsupported suite metadata |
| ubuntu/dists/mantic/main/binary-amd64/Packages | Remove unsupported suite metadata |
| ubuntu/dists/mantic/InRelease | Remove unsupported suite metadata |
| ubuntu/dists/mantic/beta/binary-arm64/Release | Remove unsupported suite metadata |
| ubuntu/dists/mantic/beta/binary-arm64/Packages | Remove unsupported suite metadata |
| ubuntu/dists/mantic/beta/binary-amd64/Release | Remove unsupported suite metadata |
| ubuntu/dists/mantic/beta/binary-amd64/Packages | Remove unsupported suite metadata |
| ubuntu/dists/focal/Release.gpg | Remove unsupported suite metadata |
| ubuntu/dists/focal/Release | Remove unsupported suite metadata |
| ubuntu/dists/focal/nightly/binary-arm64/Release | Remove unsupported suite metadata |
| ubuntu/dists/focal/nightly/binary-arm64/Packages | Remove unsupported suite metadata |
| ubuntu/dists/focal/nightly/binary-amd64/Release | Remove unsupported suite metadata |
| ubuntu/dists/focal/nightly/binary-amd64/Packages | Remove unsupported suite metadata |
| ubuntu/dists/focal/main/binary-arm64/Release | Remove unsupported suite metadata |
| ubuntu/dists/focal/main/binary-arm64/Packages | Remove unsupported suite metadata |
| ubuntu/dists/focal/main/binary-amd64/Release | Remove unsupported suite metadata |
| ubuntu/dists/focal/main/binary-amd64/Packages | Remove unsupported suite metadata |
| ubuntu/dists/focal/InRelease | Remove unsupported suite metadata |
| ubuntu/dists/focal/beta/binary-arm64/Release | Remove unsupported suite metadata |
| ubuntu/dists/focal/beta/binary-arm64/Packages | Remove unsupported suite metadata |
| ubuntu/dists/focal/beta/binary-amd64/Release | Remove unsupported suite metadata |
| ubuntu/dists/focal/beta/binary-amd64/Packages | Remove unsupported suite metadata |
| ubuntu/conf/distributions | Drop focal/mantic from reprepro config |
| README.md | Update docs to reflect supported suites |
| debian/dists/buster/Release.gpg | Remove unsupported suite metadata |
| debian/dists/buster/Release | Remove unsupported suite metadata |
| debian/dists/buster/nightly/binary-arm64/Release | Remove unsupported suite metadata |
| debian/dists/buster/nightly/binary-arm64/Packages | Remove unsupported suite metadata |
| debian/dists/buster/nightly/binary-amd64/Release | Remove unsupported suite metadata |
| debian/dists/buster/nightly/binary-amd64/Packages | Remove unsupported suite metadata |
| debian/dists/buster/main/binary-arm64/Release | Remove unsupported suite metadata |
| debian/dists/buster/main/binary-arm64/Packages | Remove unsupported suite metadata |
| debian/dists/buster/main/binary-amd64/Release | Remove unsupported suite metadata |
| debian/dists/buster/main/binary-amd64/Packages | Remove unsupported suite metadata |
| debian/dists/buster/InRelease | Remove unsupported suite metadata |
| debian/dists/buster/beta/binary-arm64/Release | Remove unsupported suite metadata |
| debian/dists/buster/beta/binary-arm64/Packages | Remove unsupported suite metadata |
| debian/dists/buster/beta/binary-amd64/Release | Remove unsupported suite metadata |
| debian/dists/buster/beta/binary-amd64/Packages | Remove unsupported suite metadata |
| debian/conf/distributions | Drop buster (and keep supported suites) |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
31
to
32
|
|
||
| ### Release Channels | ||
|
|
||
| We also provide beta and nightly releases for those who want to test the latest | ||
| features and improvements. | ||
|
|
||
| - Beta releases are release candidates that should be stable but have not been tested as thoroughly as the main releases. | ||
| - Nightly releases are built from the latest master branch and are not guaranteed to be stable. | ||
|
|
||
| To use these releases, replace `main` in the above command with `beta` or `nightly`. | ||
|
|
||
| ```bash | ||
| echo "deb [signed-by=/usr/share/keyrings/siafoundation.gpg] https://linux.sia.tech/<distro> <release> beta" | sudo tee -a /etc/apt/sources.list.d/siafoundation.list | ||
| ``` | ||
| or | ||
| ```bash | ||
| echo "deb [signed-by=/usr/share/keyrings/siafoundation.gpg] https://linux.sia.tech/<distro> <release> nightly" | sudo tee -a /etc/apt/sources.list.d/siafoundation.list | ||
| ``` | ||
|
|
||
| ## Installing Packages |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Removes references to distros we no longer support to clean up old versions