git: 5825ab58f7 - main - Porters Handbook: bump some FreeBSD versions in the Testing chapter.

Rene Ladan <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/doc/commit/?id=5825ab58f756325ee2f2f3f9e253149afa740d8a

commit 5825ab58f756325ee2f2f3f9e253149afa740d8a
Author:     Rene Ladan <[email protected]>
AuthorDate: 2021-03-29 20:13:23 +0000
Commit:     Rene Ladan <[email protected]>
CommitDate: 2021-03-29 20:22:28 +0000

    Porters Handbook: bump some FreeBSD versions in the Testing chapter.
    
    CURRENT is now at 14.0 and 11.3 is no longer supported, so use 11.4.
---
 .../en/books/porters-handbook/testing/chapter.adoc       | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/documentation/content/en/books/porters-handbook/testing/chapter.adoc b/documentation/content/en/books/porters-handbook/testing/chapter.adoc
index 0da30c0b46..04c0f6f248 100644
--- a/documentation/content/en/books/porters-handbook/testing/chapter.adoc
+++ b/documentation/content/en/books/porters-handbook/testing/chapter.adoc
@@ -196,10 +196,10 @@ Create the base jails which Poudriere will use for building:
 
 [source,shell]
 ....
-# poudriere jail -c -j 113Ramd64 -v 11.3-RELEASE -a amd64
+# poudriere jail -c -j 113Ramd64 -v 11.4-RELEASE -a amd64
 ....
 
-Fetch a `11.3-RELEASE` for `amd64` from the FTP server given by `FREEBSD_HOST` in [.filename]#poudriere.conf#, create the zfs file system `tank/poudriere/jails/113Ramd64`, mount it on [.filename]#/poudriere/jails/113Ramd64# and extract the `11.3-RELEASE` tarballs into this file system.
+Fetch a `11.4-RELEASE` for `amd64` from the FTP server given by `FREEBSD_HOST` in [.filename]#poudriere.conf#, create the zfs file system `tank/poudriere/jails/113Ramd64`, mount it on [.filename]#/poudriere/jails/113Ramd64# and extract the `11.4-RELEASE` tarballs into this file system.
 
 [source,shell]
 ....
@@ -222,19 +222,19 @@ If a specific Subversion revision is needed, append it to the version string. Fo
 
 [NOTE]
 ====
-While it is possible to build a newer version of FreeBSD on an older version, most of the time it will not run. For example, if a `stable/11` jail is needed, the host will have to run `stable/11` too. Running `11.3-RELEASE` is not enough.
+While it is possible to build a newer version of FreeBSD on an older version, most of the time it will not run. For example, if a `stable/11` jail is needed, the host will have to run `stable/11` too. Running `11.4-RELEASE` is not enough.
 ====
 
 [NOTE]
 ====
-To create a Poudriere jail for `13.0-CURRENT`:
+To create a Poudriere jail for `14.0-CURRENT`:
 
 [source,shell]
 ....
 # poudriere jail -c -j 13amd64 -v head -a amd64 -m svn+https
 ....
 
-In order to run a `13.0-CURRENT` Poudriere jail you must be running `13.0-CURRENT`. In general, newer kernels can build and run older jails. For instance, a `13.0-CURRENT` kernel can build and run a `11.3-STABLE` Poudriere jail if the `COMPAT_FREEBSD11` kernel option was compiled in (on by default in `13.0-CURRENT`[.filename]#GENERIC# kernel config).
+In order to run a `14.0-CURRENT` Poudriere jail you must be running `14.0-CURRENT`. In general, newer kernels can build and run older jails. For instance, a `14.0-CURRENT` kernel can build and run a `11.4-STABLE` Poudriere jail if the `COMPAT_FREEBSD11` kernel option was compiled in (on by default in `14.0-CURRENT`[.filename]#GENERIC# kernel config).
 ====
 
 [CAUTION]
@@ -249,8 +249,8 @@ A list of jails currently known to Poudriere can be shown with `poudriere jail -
 ....
 # poudriere jail -l
 JAILNAME             VERSION              ARCH    METHOD
-113Ramd64            11.3-RELEASE         amd64   ftp
-11i386               11.3-STABLE          i386    svn+https
+114Ramd64            11.4-RELEASE         amd64   ftp
+11i386               11.4-STABLE          i386    svn+https
 ....
 
 [[testing-poudriere-maintaining-jails]]
@@ -376,7 +376,7 @@ Ports trees without a method, see <<testing-poudriere-ports-tree-manual>>, canno
 
 After jails and ports trees have been set up, the result of a contributor's modifications to the ports tree can be tested.
 
-For example, local modifications to the package:www/firefox[] port located in [.filename]#/work/ports/www/firefox# can be tested in the previously created 11.3-RELEASE jail:
+For example, local modifications to the package:www/firefox[] port located in [.filename]#/work/ports/www/firefox# can be tested in the previously created 11.4-RELEASE jail:
 
 [source,shell]
 ....
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.