git: 8997b0270dae - releng/13.3 - 13.3: update to RC1

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Sun, 25 Feb 2024 07:50:26 UTC
The branch releng/13.3 has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=8997b0270dae7ace32e87b3059c64834283c63fb

commit 8997b0270dae7ace32e87b3059c64834283c63fb
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2024-02-25 07:49:41 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2024-02-25 07:49:41 +0000

    13.3: update to RC1
    
    Now that we're at RC1, switch from "quarterly" packages to the release
    package set.
    
    Approved by:    re (implicit)
    Sponsored by:   https://www.patreon.com/cperciva
---
 release/pkg_repos/release-dvd.conf | 2 +-
 sys/conf/newvers.sh                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/release/pkg_repos/release-dvd.conf b/release/pkg_repos/release-dvd.conf
index 600c309d5979..72c369da39b1 100644
--- a/release/pkg_repos/release-dvd.conf
+++ b/release/pkg_repos/release-dvd.conf
@@ -1,5 +1,5 @@
 release: {
-  url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly",
+  url: "pkg+http://pkg.FreeBSD.org/${ABI}/release_3",
   mirror_type: "srv",
   signature_type: "fingerprints",
   fingerprints: "/usr/share/keys/pkg",
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index a71331c3bb6f..8bc10ea021bf 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.3"
-BRANCH="BETA3"
+BRANCH="RC1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi