From 3656075d2736b59b857ca443cb77c2a6ea2ac822 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 20 Jun 2020 09:56:35 +0200 Subject: 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 30ac6982..c945967e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ packer_build/* packer_cache/* key/* packages/* +!packages/*/ testinstall*.img -- cgit v1.2.3