Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2022-06-18 05:53:18 +0300
committerGitHub <noreply@github.com>2022-06-18 05:53:18 +0300
commit7fba0f4ab967640ddcf18a41d14daad9a4284744 (patch)
treea24164c9cbc1a7ac368ad13b813609cef1b047ff /src
parenta490d727ca3715a05e8cd257dbcc1257e0046397 (diff)
parent14f647e13a5ad2fabde3f6b67cfb5a0d19a3d6ef (diff)
Merge pull request #1000 from pauamma/20220521-recent-versions-examples
Use recent FreeBSD versions in examples.
Diffstat (limited to 'src')
-rw-r--r--src/man/poudriere-jail.84
-rw-r--r--src/man/poudriere.810
2 files changed, 7 insertions, 7 deletions
diff --git a/src/man/poudriere-jail.8 b/src/man/poudriere-jail.8
index b59aff90..31f28d9b 100644
--- a/src/man/poudriere-jail.8
+++ b/src/man/poudriere-jail.8
@@ -421,10 +421,10 @@ that is based on
.It Sy Example 2\&: No Checking If a Jail Already Exists
.Pp
The following command returns success if a poudriere jail called
-.Dq 112i386
+.Dq 130i386
already exists.
.Bd -literal -offset 2n
-.Li # Ic poudriere jail -l -n -q | grep --quiet '^112i386$'
+.Li # Ic poudriere jail -l -n -q | grep --quiet '^130i386$'
.Ed
.El
.Sh SEE ALSO
diff --git a/src/man/poudriere.8 b/src/man/poudriere.8
index dff13904..0eb146a2 100644
--- a/src/man/poudriere.8
+++ b/src/man/poudriere.8
@@ -153,7 +153,7 @@ for bulk build packages.
First you have to create a jail, which will hold all the building
infrastructure needs.
.Pp
-.Dl "poudriere jail -c -v 8.2-RELEASE -a amd64 -j 82amd64"
+.Dl "poudriere jail -c -v 13.1-RELEASE -a amd64 -j 131amd64"
.Pp
A jail will take approximately 3GB of space.
.Pp
@@ -163,7 +163,7 @@ regardless of what version you are running.
amd64 users can choose i386 arch like in this
example:
.Pp
-.Dl "poudriere jail -c -v 8.1-RELEASE -a i386 -j 81i386"
+.Dl "poudriere jail -c -v 13.0-RELEASE -a i386 -j 130i386"
.Pp
This command will fetch and install a minimal jail, small (~400MB) so
you can create a lot of them.
@@ -193,15 +193,15 @@ Any line starting with the hash sign will be treated as a comment.
Now you can launch the bulk build.
At minimum the jail and list of packages to build must be specified.
.Pp
-.Dl "poudriere bulk -f ~/pkglist -j 81i386"
+.Dl "poudriere bulk -f ~/pkglist -j 130i386"
.Pp
.Bq Find your packages
.Pp
Once the bulk build is over, you can meet your shiny new packages here:
.Pp
-.Dl Pa /usr/local/poudriere/data/packages/81i386
+.Dl Pa /usr/local/poudriere/data/packages/130i386
.Pp
-with 81i386 as the name of the jail.
+with 130i386 as the name of the jail.
.Ss Test a single port
This second example show how to use
.Nm