git: 4de43de58f51 - releng/14.1 - 14.1: update to RC1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 May 2024 00:13:05 UTC
The branch releng/14.1 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=4de43de58f519f5c7a68925ecadc77cdf37f9f30
commit 4de43de58f519f5c7a68925ecadc77cdf37f9f30
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2024-05-24 00:10:09 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2024-05-24 00:10:09 +0000
14.1: update to RC1
Now that we're at RC1, switch from "quarterly" packages to the release
package set.
Approved by: re (implicit)
---
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..d63faaa5fea7 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_1",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 76028e28d286..7ba6ed47b3b8 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.1"
-BRANCH="BETA3"
+BRANCH="RC1"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi