git: 3ded79804e5c - stable/15 - create-sets.sh: Always build the base sets

From: Lexi Winter <ivy_at_FreeBSD.org>
Date: Wed, 01 Oct 2025 12:36:10 UTC
The branch stable/15 has been updated by ivy:

URL: https://cgit.FreeBSD.org/src/commit/?id=3ded79804e5c057827b8a820a2a5716d30a16416

commit 3ded79804e5c057827b8a820a2a5716d30a16416
Author:     Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-09-30 04:25:38 +0000
Commit:     Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-10-01 10:26:53 +0000

    create-sets.sh: Always build the base sets
    
    Since all packages were moved to the optional set, no packages are
    directly in the base sets, which means nothing caused the base sets
    to be built.  Add the base sets to create-sets.sh so they're always
    built.
    
    Fixes:          eaecc9551ae4 ("packages: Add an "optional" set")
    MFC after:      1 day
    
    (cherry picked from commit a087b4aec38c37d47b888aa8411948250cdd4bc0)
---
 release/packages/create-sets.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/release/packages/create-sets.sh b/release/packages/create-sets.sh
index 8c564ecfeb92..09567657c161 100755
--- a/release/packages/create-sets.sh
+++ b/release/packages/create-sets.sh
@@ -17,6 +17,10 @@ repodir="$1"; shift
 # generate-set-ucl.lua.
 UCL_VARS="$@"
 
+# Nothing is explicitly added to set-base, so it wouldn't get built unless
+# we list it here.
+SETS="base base-dbg base-jail base-jail-dbg"
+
 for pkg in "$repodir"/*.pkg; do
 	# If the package name doesn't containing a '-', then it's
 	# probably data.pkg or packagesite.pkg, which are not real