opnsense / tools

OPNsense release engineering toolkit
https://opnsense.org/
BSD 2-Clause "Simplified" License
279 stars 206 forks source link

Readme update to point to FreeBSD 14.1 instead 13.2 #427

Closed 459below closed 3 months ago

459below commented 3 months ago

As I currently understand the build system expects 14.1 as seen here https://github.com/opnsense/tools/blob/master/config/24.7/build.conf#L2

And in the error here:

make: "/usr/tools/Makefile" line 81: Found no configuration matching OS version "13.2"

If I am not mistaken on this, we should probably update the README.md here https://github.com/opnsense/tools/blob/master/README.md?plain=1#L10

If someone else is not faster, I will propose a MR for this.

fichtner commented 3 months ago

Thanks, I changed it a bit 371a8cdb09 to reflect reality. The OS check is much newer than the README. It sort of looks like we could support multiple FreeBSD versions but the build code eventually has breaking changes so we delete configs related to older FreeBSD versions when they are EoL and we no longer use them.

Cheers, Franco