diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-20 09:56:35 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-20 23:11:56 +0200 |
commit | 3656075d2736b59b857ca443cb77c2a6ea2ac822 (patch) | |
tree | 845e68aa6a1d7786ff74fc54e1862b941f094460 /.gitignore | |
parent | 5e8244675f619363b2d2b46c116b2900527157cf (diff) | |
download | vyos-build-3656075d2736b59b857ca443cb77c2a6ea2ac822.tar.gz vyos-build-3656075d2736b59b857ca443cb77c2a6ea2ac822.zip |
packages: add builds for netfilter packages from upstream Debian
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,4 +4,5 @@ packer_build/* packer_cache/* key/* packages/* +!packages/*/ testinstall*.img |