git: 7c3a8149fd - main - Keep references to stable (12) up to date

Chris Rees crees at FreeBSD.org
Fri Mar 5 18:31:31 UTC 2021


The branch main has been updated by crees:

URL: https://cgit.FreeBSD.org/doc/commit/?id=7c3a8149fd9614b8d2084950a7478054b14751ce

commit 7c3a8149fd9614b8d2084950a7478054b14751ce
Author:     Chris Rees <crees at FreeBSD.org>
AuthorDate: 2021-03-04 10:13:53 +0000
Commit:     Chris Rees <crees at FreeBSD.org>
CommitDate: 2021-03-05 18:31:20 +0000

    Keep references to stable (12) up to date
    
    This adds an entity, betarel-current-major which refers to the
    latest -STABLE
    
    Reviewed by:            gjb
    Differential Revision:  https://reviews.freebsd.org/D29057
---
 documentation/content/en/books/handbook/cutting-edge/_index.adoc | 2 +-
 shared/releases.adoc                                             | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/documentation/content/en/books/handbook/cutting-edge/_index.adoc b/documentation/content/en/books/handbook/cutting-edge/_index.adoc
index 6d6b74f3f5..45313fd995 100644
--- a/documentation/content/en/books/handbook/cutting-edge/_index.adoc
+++ b/documentation/content/en/books/handbook/cutting-edge/_index.adoc
@@ -572,7 +572,7 @@ To track FreeBSD-STABLE:
 
 . Join the {freebsd-stable} in order to stay informed of build dependencies that may appear in FreeBSD-STABLE or any other issues requiring special attention. Developers will also make announcements in this mailing list when they are contemplating some controversial fix or update, giving the users a chance to respond if they have any issues to raise concerning the proposed change.
 + 
-Join the relevant svn list for the branch being tracked. For example, users tracking the 9-STABLE branch should join the {svn-src-stable-9}. This list records the commit log entry for each change as it is made, along with any pertinent information on possible side effects.
+Join the relevant svn list for the branch being tracked. For example, users tracking the {betarel-current-major}-STABLE branch should join the {dev-commits-src-branches}. This list records the commit log entry for each change as it is made, along with any pertinent information on possible side effects.
 + 
 To join these lists, go to {mailman-lists}, click on the list to subscribe to, and follow the instructions. In order to track changes for the whole source tree, subscribe to {svn-src-all}.
 . To install a new FreeBSD-STABLE system, install the most recent FreeBSD-STABLE release from the crossref:mirrors[mirrors,FreeBSD mirror sites] or use a monthly snapshot built from FreeBSD-STABLE. Refer to link:https://www.FreeBSD.org/snapshots/[www.freebsd.org/snapshots] for more information about snapshots.
diff --git a/shared/releases.adoc b/shared/releases.adoc
index d77e1186bd..1af00953ee 100644
--- a/shared/releases.adoc
+++ b/shared/releases.adoc
@@ -41,7 +41,8 @@
 // Set to 'INCLUDE' when the installation images are available.
 
 :beta-testing: IGNORE
-:betarel-current: 12.2
+:betarel-current-major: 12
+:betarel-current: {betarel-current-major}.2
 :betarel-vers: RELEASE
 :u-betarel-schedule: https://www.FreeBSD.org/releases/{betarel-current}R/schedule/
 


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