OPNSense/tools e813d6aconfig/25.1 build.conf

config: forgot SUFFIX for 25.1
DeltaFile
+1-0config/25.1/build.conf
+1-01 files

OPNSense/tools f2e31d7config/24.7 base.plist.amd64

config: rebase 24.7 too
DeltaFile
+1-0config/24.7/base.plist.amd64
+1-01 files

OPNSense/tools 8644168config/25.1 base.plist.amd64 base.obsolete.amd64

config: rebase for 25.1.b
DeltaFile
+23-4config/25.1/base.plist.amd64
+4-0config/25.1/base.obsolete.amd64
+27-42 files

OPNSense/tools c8f9886config/25.1 base.plist.amd64 base.obsolete.amd64

config: add 25.1
DeltaFile
+25,229-0config/25.1/base.plist.amd64
+2,435-0config/25.1/base.obsolete.amd64
+268-0config/25.1/ports.conf
+139-0config/25.1/make.conf
+121-0config/25.1/extras.conf
+96-0config/25.1/plugins.conf
+28,288-06 files not shown
+28,448-012 files

OPNSense/tools a0535a5build test.sh

build/test: don't do a hard fail on missing plugin location

While it is useful it's also easy to spot during a build and less
likely seen here.
DeltaFile
+5-0build/test.sh
+5-01 files

OPNSense/tools c7a2532. Makefile

build: turn tests set off by default
DeltaFile
+15-9Makefile
+15-91 files

OPNSense/tools 0c2f10bconfig/24.7 plugins.conf ports.conf

config: add tailscale port and plugin
DeltaFile
+1-0config/24.7/plugins.conf
+1-0config/24.7/ports.conf
+2-02 files

OPNSense/tools 15cef9f. Makefile

build: require tests before base

rebuilding tests after a full base build may fail which prevents
building a kernel without clean-obj.  To sidestep require the tests
before base and see if this needs further cleaning/fixing then or
if it's fine there.
DeltaFile
+2-2Makefile
+2-21 files

OPNSense/tools 0ae1317build prefetch.sh

prefetch: add support for tests set
DeltaFile
+1-1build/prefetch.sh
+1-11 files

OPNSense/tools 2ad6f99build clean.sh

build: clear tests during base clean
DeltaFile
+2-1build/clean.sh
+2-11 files

OPNSense/tools 729b758config/24.7 make.conf

Revert "config: devel/kyua deprecation sabotages fetch stage"

This reverts commit 78d8ad932c3a2742b1a13810a5bd3bb0e3711767.

Let bugs be bugs ¯\_(ツ)_/¯  -- now the options stage complains.
DeltaFile
+0-1config/24.7/make.conf
+0-11 files

OPNSense/tools 78d8ad9config/24.7 make.conf

config: devel/kyua deprecation sabotages fetch stage
DeltaFile
+1-0config/24.7/make.conf
+1-01 files

OPNSense/tools fa856d1build common.sh

build: add instructions to fix pkg mismatch; closes #442
DeltaFile
+1-0build/common.sh
+1-01 files

OPNSense/tools 1750e7f. Makefile

build/tests: wedge tests set between kernel and base

It's not strictly tied to the kernel but this ensures the tests
set will be built after base and before kernel automatically.
DeltaFile
+2-1Makefile
+2-11 files

OPNSense/tools e9c5ad5build upload.sh

build/upload: also here
DeltaFile
+1-1build/upload.sh
+1-11 files

OPNSense/tools 05b3f5f. Makefile, build tests.sh clean.sh

build/tests: looks like we need this to speed things up

This is probably the fifth iteration of "how to approach testing"
which seems trivial but for a surprising number of reasons this
is really not tailored for casual testing in user systems.
DeltaFile
+64-0build/tests.sh
+3-7build/clean.sh
+1-1Makefile
+1-1build/common.sh
+1-1build/rename.sh
+70-105 files

OPNSense/tools ea199d2config/24.7 ports.conf

config: add pytest for regression test suite
DeltaFile
+1-0config/24.7/ports.conf
+1-01 files

OPNSense/tools a14cb08config/24.7 ports.conf

config: remove devel/atf again
DeltaFile
+0-1config/24.7/ports.conf
+0-11 files

OPNSense/tools 7e309dcconfig/24.7 base.plist.amd64

config: rebase after recent changes
DeltaFile
+190-0config/24.7/base.plist.amd64
+190-01 files

OPNSense/tools 16c549bconfig/24.7 src.conf

config: adds kyua binary the right way as it fixes everything :)
DeltaFile
+1-0config/24.7/src.conf
+1-01 files

OPNSense/tools 6cac024composite hotfix.sh

composite/hotfix: remove this quirk
DeltaFile
+2-2composite/hotfix.sh
+2-21 files

OPNSense/tools 9d596e1config/24.7 plugins.conf

config: add ndproxy plugin
DeltaFile
+1-0config/24.7/plugins.conf
+1-01 files

OPNSense/tools 8164663. Makefile, build kyua.sh clean.sh

build/kyua: do not need this, devel/atf is all we need
DeltaFile
+0-89build/kyua.sh
+2-2Makefile
+0-4build/clean.sh
+1-1build/common.sh
+1-1build/upload.sh
+1-1build/rename.sh
+5-981 files not shown
+6-987 files

OPNSense/tools 1d6d8acconfig/24.7 ports.conf

config: add scapy for testing
DeltaFile
+1-0config/24.7/ports.conf
+1-01 files

OPNSense/tools 0144acbbuild kyua.sh

build/kyua: kyua without kyua is probably better

Want to ideally just make this a package but for now break this
down to run the relevant tests by hand and do a quick opnsense-test
tool to run actual pf tests without all the glue directly from the
src tree.
DeltaFile
+15-14build/kyua.sh
+15-141 files

OPNSense/tools b8ac6bbbuild rename.sh

build/rename: support kyua set
DeltaFile
+1-1build/rename.sh
+1-11 files

OPNSense/tools d8cc542build kyua.sh

build/kyua: strip env
DeltaFile
+4-3build/kyua.sh
+4-31 files

OPNSense/tools 1992671config/24.7 ports.conf

config: add ndproxy package
DeltaFile
+1-0config/24.7/ports.conf
+1-01 files

OPNSense/tools d4474e4config/24.7 aux.conf

config: cache more go packages
DeltaFile
+2-0config/24.7/aux.conf
+2-01 files

OPNSense/tools efd4c9dconfig/24.7 make.conf

www/caddy-custom: Update dependencies (#440)

* www/caddy-custom: Update dependencies
DeltaFile
+4-4config/24.7/make.conf
+4-41 files