Update list of distros for packagecloud.io#4080
Merged
bk2204 merged 2 commits intogit-lfs:masterfrom Mar 31, 2020
Merged
Conversation
1d74c7d to
88efebf
Compare
Member
Author
|
I'm working on fixing the CI problem on Windows, and that will come in with another PR. |
Add Fedora 31, the latest Linux Mint versions, and the latest Ubuntu version to the list.
Remove distros which have reached end of life, and remove some commented-out entries for versions which have already been listed elsewhere. Promptly trimming EOL versions makes our releases faster since we need not upload packages for those versions. Note that we remove CentOS 5 because we're no longer building packages for it. Since RHEL is not freely available, we must rely on building packages for CentOS, which means we must use CentOS's EOL dates, not RHEL's.
88efebf to
369c712
Compare
chrisd8088
added a commit
to chrisd8088/git-lfs
that referenced
this pull request
Feb 4, 2023
We removed support for CentOS 5 in commit 369c712 of PR git-lfs#4080 and for CentOS 6 in commit d69e28d in PR git-lfs#4328; we also removed support for Debian 8 in commit ff36182 of that same PR git-lfs#4328, and for Debian 9 in commit e642e53 of PR git-lfs#5169. We can therefore also remove these distribution names from the set of patterns we match our package filenames against in our upload script for Packagecloud when it prints Markdown output (although this feature of the script may no longer be useful).
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.
Add several new distros and remove several EOL distros from the versions we upload packages for.
Fixes #4056.