aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2024-04-22 17:54:52 +0000
committerEd Maste <emaste@FreeBSD.org>2024-04-22 17:57:17 +0000
commit76a8625bc71da3fa63eef5abb4782553d2588f5c (patch)
tree75b9b50d9bc68dd51aa93b2b304f34dc0b9f3b83 /tools
parent7a7063cc54274a44192fb65c71360a5e72c171b9 (diff)
downloadsrc-76a8625bc71da3fa63eef5abb4782553d2588f5c.tar.gz
src-76a8625bc71da3fa63eef5abb4782553d2588f5c.zip
mfc-candidates: use stable/14 as default MFC-to branch
This tool is typically invoked from within a working tree containing the desired MFC target branch, which is detected automatically. It also has a default for when it is invoked from elsewhere. Switch the default to the most recent branch, stable/14. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/git/mfc-candidates.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/git/mfc-candidates.sh b/tools/tools/git/mfc-candidates.sh
index cf71c314cb95..c232a1ad3345 100644
--- a/tools/tools/git/mfc-candidates.sh
+++ b/tools/tools/git/mfc-candidates.sh
@@ -41,7 +41,7 @@ if [ "${repo}" = "ports.git" ]; then
qtr=$(((month-1) / 3 + 1))
to_branch="freebsd/${year}Q${qtr}"
elif [ "${repo}" = "src.git" ]; then
- to_branch=freebsd/stable/13
+ to_branch=freebsd/stable/14
# If pwd is a stable or release branch tree, default to it.
cur_branch=$(git symbolic-ref --short HEAD 2>/dev/null)
case $cur_branch in