git: 638e531019fd - releng/13.0 - Branch releng/13.0

Glen Barber gjb at FreeBSD.org
Fri Feb 5 00:01:34 UTC 2021


The branch releng/13.0 has been created by gjb:

URL: https://cgit.FreeBSD.org/src/commit/?id=638e531019fd360ec43d2662c89d12ae632f168f

commit 638e531019fd360ec43d2662c89d12ae632f168f
Author:     Glen Barber <gjb at FreeBSD.org>
AuthorDate: 2021-02-04 23:58:51 +0000
Commit:     Glen Barber <gjb at FreeBSD.org>
CommitDate: 2021-02-05 00:01:10 +0000

    Branch releng/13.0
    
    Update releng/13.0 to BETA1 in preparation for the first BETA
    builds.
    
    Approved by:    re (implicit)
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 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 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 12d4daa771be..d436c4b61c62 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.0"
-BRANCH="ALPHA3"
+BRANCH="BETA1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


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