-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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]: Provide support for apt install packages #7346
[build]: Provide support for apt install packages #7346
Conversation
@xumia, can you take a looK? |
The PR looks good to me. |
@VenkatCisco, do we need to backport these to released branch? looks like there is more work to be done on w.r.t reproducible build part. |
I see @xumia raised PR#7363 to address reproducible builds. We can park this in sonic/master until that resolves ? |
apt-package handling: These are part of the Export variables for .j2 files and is needed for Debian and its derivatives. How I did it Add support to slave.mk files to export APT_PACKAGES and DBG_APT_PACKAGES How to verify it The apt package, provides the apt management tool, a high-level command-line interface for better interactive usage. APT also includes command-line programs for dealing with packages, which use the library. Three such programs are apt, apt-get and apt-cache and can be verified for their existence.
apt-package handling: These are part of the Export variables for .j2 files and is needed for Debian and its derivatives. How I did it Add support to slave.mk files to export APT_PACKAGES and DBG_APT_PACKAGES How to verify it The apt package, provides the apt management tool, a high-level command-line interface for better interactive usage. APT also includes command-line programs for dealing with packages, which use the library. Three such programs are apt, apt-get and apt-cache and can be verified for their existence.
apt-package handling: These are part of the Export variables for .j2 files and is needed for Debian and its derivatives. How I did it Add support to slave.mk files to export APT_PACKAGES and DBG_APT_PACKAGES How to verify it The apt package, provides the apt management tool, a high-level command-line interface for better interactive usage. APT also includes command-line programs for dealing with packages, which use the library. Three such programs are apt, apt-get and apt-cache and can be verified for their existence.
Why I did it
apt-package handling: These are part of the Export variables for .j2 files and is needed for Debian and its derivatives.
How I did it
Add support to slave.mk files to export APT_PACKAGES and DBG_APT_PACKAGES
How to verify it
The apt package, provides the apt management tool, a high-level command-line interface for better interactive usage. APT also includes command-line programs for dealing with packages, which use the library. Three such programs are apt, apt-get and apt-cache and can be verified for their existence.
Which release branch to backport (provide reason below if selected)
Description for the changelog
A picture of a cute animal (not mandatory but encouraged)