RELENG_2_1 results 2.2-ALPHA
-
Hi
I want to build iso for pfsense 2.1-RC1.
i call ./set_version.sh RELENG_2_1. this is my pfsense-build.conf:# set_version.sh generated defaults export PFSENSE_VERSION=2.1-DEVELOPMENT export FREEBSD_VERSION=8 export FREEBSD_BRANCH=RELENG_8_3 export PFSENSETAG=HEAD
then i call ./update_git_repos.sh, ./clean_build.sh, ./apply_kernel_patches.sh and ./build_iso.sh.
Built iso name is …2.1-DEVELOPMENT... but when i install it, my pfsense box is 2.2-ALPHA.
What's wrong with my build process? -
export PFSENSETAG=HEAD
That will get you master, not RELENG_2_1
It appears that the script is wrong for that tag, though it hasn't been changed in a while.
If you change PFSENSETAG from HEAD to RELENG_2_1 it will do what you want.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.