Age | Commit message (Collapse) | Author |
|
|
|
libnftnl and nftables version.
|
|
|
|
* Remove obsolete packages and dependencies
|
|
Individual packages like dropbear, frr, iproute2 ... all came with a copy of
gitignore rules already present in the base file.
Those rules have been dropped.
|
|
We can not install it into the docker container as this uninstalls
libreadline-dev, which is required by other packages.
|
|
|
|
This reverts commit cd9cd920cdabd7cd7c5bd0e6108fd1c0e78c3cb9.
|
|
|
|
This is initial work required to also build an arm64 Kernel via the CI.
|
|
|
|
libnetfilter-conntrack-dev
During the build of conntrack-tools we need to first install the recent version
of libnetfilter-conntrack-dev build in a previous step as its a dependency.
|
|
|
|
The underscore (_) is not a typo! You need this underscore if the line
immediately after the @Library annotation is not an import statement!
|
|
|
|
Instead of writing the same code over and over again, place the common parts
into a Jenkins Library which is then consumed by every individual build Job.
This not only makes it less complex, but also increases maintainability by
several magnitudes.
|
|
Instead of scattering build instructions accross individual repositories for
some additional packages we want to build from latest Debian releases, this
is a proof-of-concept how to integrate an individual package Pipeline into the
overall VyOS build repository.
A dedicated Jenkins job will be required for this Pipeline but it will only
compile if files are actually changes in the directory path relevant for
this components.
|