git: 18fe4221391f - stable/13 - release: update release.sh to use Git for ports tree checkouts

Glen Barber gjb at FreeBSD.org
Wed May 12 15:57:10 UTC 2021


The branch stable/13 has been updated by gjb:

URL: https://cgit.FreeBSD.org/src/commit/?id=18fe4221391f78bb91bb172c6d2cb2e0ef27cfef

commit 18fe4221391f78bb91bb172c6d2cb2e0ef27cfef
Author:     Glen Barber <gjb at FreeBSD.org>
AuthorDate: 2021-05-12 14:27:21 +0000
Commit:     Glen Barber <gjb at FreeBSD.org>
CommitDate: 2021-05-12 15:51:53 +0000

    release: update release.sh to use Git for ports tree checkouts
    
    Approved by:    re (delphij, insta-MFC)
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
    
    (cherry picked from commit 3f25cfea55922780fe47eb6ebcef49ca15297261)
---
 release/release.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/release/release.sh b/release/release.sh
index aa2ef4e6b3da..84a7813205f9 100755
--- a/release/release.sh
+++ b/release/release.sh
@@ -86,7 +86,7 @@ env_setup() {
 	# and ports/.
 	GITROOT="https://git.FreeBSD.org/"
 	SRCBRANCH="main"
-	PORTBRANCH="head"
+	PORTBRANCH="main"
 	GITSRC="src.git"
 	GITPORTS="ports.git"
 
@@ -141,8 +141,7 @@ env_check() {
 
 	# Prefix the branches with the GITROOT for the full checkout URL.
 	SRC="${GITROOT}${GITSRC}"
-	#PORT="${GITROOT}${GITPORTS}"
-	PORT="svn://svn.freebsd.org/ports/"
+	PORT="${GITROOT}${GITPORTS}"
 
 	if [ -n "${EMBEDDEDBUILD}" ]; then
 		WITH_DVD=


More information about the dev-commits-src-all mailing list