aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2024-05-24 00:10:09 +0000
committerColin Percival <cperciva@FreeBSD.org>2024-05-24 00:10:09 +0000
commit4de43de58f519f5c7a68925ecadc77cdf37f9f30 (patch)
tree6ec88fb8d5377afe9da445880348bcc46174b89f
parent8f7da18ea2482e49bab7021ad759b4ca17366369 (diff)
downloadsrc-releng/14.1.tar.gz
src-releng/14.1.zip
14.1: update to RC1releng/14.1
Now that we're at RC1, switch from "quarterly" packages to the release package set. Approved by: re (implicit)
-rw-r--r--release/pkg_repos/release-dvd.conf2
-rw-r--r--sys/conf/newvers.sh2
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