projectcalico / bird

Calico's fork of the BIRD protocol stack
90 stars 86 forks source link

optimization debian package manager tweaks #81

Closed Rajpratik71 closed 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 .

Signed-off-by: Pratik Raj rajpratik71@gmail.com

Description

A few sentences describing the overall goals of the pull request's commits. Please include

Todos

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

Rajpratik71 commented 4 years ago

@tomdee @marenamat requesting review.

caseydavenport commented 4 years ago

Seems fine to me so long as the build continues to work.

@Rajpratik71 looks like you have a conflict and will need to rebase, though.

Rajpratik71 commented 4 years ago

Seems fine to me so long as the build continues to work.

@Rajpratik71 looks like you have a conflict and will need to rebase, though.

resolved the conflict . let wait for the ci test.

Rajpratik71 commented 4 years ago

@caseydavenport Please review . rebased to Upstream.