Trim end-of-life distros from the packaging badge - #83
Closed
graphicsMan wants to merge 1 commit into
Closed
graphicsMan wants to merge 1 commit into
graphicsMan wants to merge 1 commit into
Conversation
Summary: The repology badge listed 14 rows, 10 of them Fedora or EPEL, including Fedora 39 through 42 -- all end-of-life, several appearing twice at older versions. That buried the four package managers that actually track releases. `exclude_unsupported=1` drops the EOL entries and `columns=2` halves what is left, taking the badge from 305px to 125px. Note conda-forge cannot appear here: repology tracks no conda repository at all, which is why dispenso carries a separate Anaconda badge. Differential Revision: D117371829
Contributor
|
@graphicsMan has exported this pull request. If you are a Meta employee, you can view the originating Diff in D117371829. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #83 +/- ##
=====================================
Coverage 92.7% 92.7%
=====================================
Files 64 64
Lines 4990 4990
Branches 681 679 -2
=====================================
+ Hits 4628 4629 +1
+ Misses 362 361 -1 🚀 New features to boost your workflow:
|
Contributor
|
This pull request has been merged in a8efd69. |
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.
Summary:
The repology badge listed 14 rows, 10 of them Fedora or EPEL, including Fedora
39 through 42 -- all end-of-life, several appearing twice at older versions.
That buried the four package managers that actually track releases.
exclude_unsupported=1drops the EOL entries andcolumns=2halves what isleft, taking the badge from 305px to 125px.
Note conda-forge cannot appear here: repology tracks no conda repository at
all, which is why dispenso carries a separate Anaconda badge.
Differential Revision: D117371829