-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add identifying Arch Linux version in hostInfo
command
#2525
Add identifying Arch Linux version in hostInfo
command
#2525
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2525 +/- ##
===========================================
- Coverage 64.34% 26.80% -37.54%
===========================================
Files 403 403
Lines 19954 19956 +2
===========================================
- Hits 12840 5350 -7490
- Misses 6185 14041 +7856
+ Partials 929 565 -364
... and 128 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks a lot for contributing!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks for fixing this 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one!
Description
Closes #2500.
Add identifying Arch Linux version in
hostInfo
command.Most of Linux distributions contain
/etc/os-release
- the file used by FerretDB forhostInfo
command.However, Arch has
/etc/arch-release
instead of it. To keep functionality for most of Linux distributions the special Arch condition has been added.Readiness checklist
task all
, and it passed.@FerretDB/core
), Labels, Project and project's Sprint fields.