git: 76a8625bc71d - main - mfc-candidates: use stable/14 as default MFC-to branch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Apr 2024 17:58:22 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=76a8625bc71da3fa63eef5abb4782553d2588f5c
commit 76a8625bc71da3fa63eef5abb4782553d2588f5c
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-04-22 17:54:52 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-04-22 17:57:17 +0000
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
---
tools/tools/git/mfc-candidates.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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