sodafoundation / api

SODA Terra Project API module : is an open source implementation of SODA API connecting storage to platforms like Kubernetes, OpenStack, and VMware
Apache License 2.0
828 stars 314 forks source link

Some debian package manager tweaks #1244

Open Rajpratik71 opened 4 years ago

Rajpratik71 commented 4 years ago

By default, Ubuntu or Debian based "apt" or "apt-get" system installs recommended but not suggested packages .

By passing "--no-install-recommends" option, the user lets apt-get know not to consider recommended packages as a dependency to install.

This results in smaller downloads and installation of packages .

Refer to blog at Ubuntu Blog .

What this PR does / why we need it:

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Special notes for your reviewer:

Release note:

codecov-io commented 4 years ago

Codecov Report

Merging #1244 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1244   +/-   ##
=======================================
  Coverage   34.72%   34.72%           
=======================================
  Files          97       97           
  Lines       17665    17665           
=======================================
  Hits         6135     6135           
  Misses      10651    10651           
  Partials      879      879
Rajpratik71 commented 4 years ago

@rck @hannibalhuang @wing328 requesting review.

anvithks commented 4 years ago

@joseph-v @kumarashit @PravinRanjan10 @wisererik Please review this.