Skip to content
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

build: add nfs-common dependency #858

Merged
merged 1 commit into from
Nov 21, 2023
Merged

build: add nfs-common dependency #858

merged 1 commit into from
Nov 21, 2023

Conversation

GabrielNagy
Copy link
Contributor

@GabrielNagy GabrielNagy commented Nov 21, 2023

The nfs-common package is required if NFS shares are to be mounted on the client. Unlike cifs-utils, this package is not installed by default on Ubuntu Desktop. Given that we declare the former as a dependency we should do the same with nfs-common.

Fixes #809 / UDENG-1570

The nfs-common package is required if NFS shares are to be mounted on
the client. Unlike cifs-utils, this package is not installed by default
on Ubuntu Desktop. Given that we declare the former as a dependency we
should do the same with nfs-common.

Fixes #809 / UDENG-1570
@GabrielNagy GabrielNagy requested a review from a team as a code owner November 21, 2023 08:01
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9bf093a) 86.00% compared to head (3f51db3) 86.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #858   +/-   ##
=======================================
  Coverage   86.00%   86.00%           
=======================================
  Files          76       76           
  Lines        8718     8718           
=======================================
  Hits         7498     7498           
  Misses        883      883           
  Partials      337      337           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@GabrielNagy GabrielNagy changed the title Add nfs-common dependency build: add nfs-common dependency Nov 21, 2023
@GabrielNagy GabrielNagy merged commit 95c898f into main Nov 21, 2023
4 checks passed
@GabrielNagy GabrielNagy deleted the nfs-common-dependency branch November 21, 2023 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add dependency on nfs-common
3 participants