git: ad329796bdb2 - releng/13.1 - 13.1: create releng/13.1 branch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Mar 2022 00:11:08 UTC
The branch releng/13.1 has been created by gjb:
URL: https://cgit.FreeBSD.org/src/commit/?id=ad329796bdb29c69bce610ad332d08257d7157ac
commit ad329796bdb29c69bce610ad332d08257d7157ac
Author: Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2022-03-10 00:10:32 +0000
Commit: Glen Barber <gjb@FreeBSD.org>
CommitDate: 2022-03-10 00:10:32 +0000
13.1: create releng/13.1 branch
Update from PRERELEASE to BETA1
Switch pkg(8) configuration to use the quarterly repository
Bump __FreeBSD_version
Approved by: re (implicit)
Sponsored by: Rubicon Communications, LLC ("Netgate")
---
release/pkg_repos/release-dvd.conf | 2 +-
sys/conf/newvers.sh | 2 +-
sys/sys/param.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/release/pkg_repos/release-dvd.conf b/release/pkg_repos/release-dvd.conf
index 95413592b719..34997f2c7067 100644
--- a/release/pkg_repos/release-dvd.conf
+++ b/release/pkg_repos/release-dvd.conf
@@ -1,6 +1,6 @@
# $FreeBSD$
release: {
- url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
+ url: "pkg+http://pkg.FreeBSD.org/${ABI}/quarterly",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 045eb7da4805..eadb0ca45a55 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.1"
-BRANCH="PRERELEASE"
+BRANCH="BETA1"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 1d2f1154e655..8003ab65872e 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1300527 /* Master, propagated to newvers */
+#define __FreeBSD_version 1301000 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,