git: 3f02a0d2a6 - main - Porter's Handbook - Testing: Improve poudriere.conf example
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Aug 2023 09:38:52 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=3f02a0d2a6dfb29fb364ce30acc18dbe16cf791c commit 3f02a0d2a6dfb29fb364ce30acc18dbe16cf791c Author: Minsoo Choo <minsoochoo0122@proton.me> AuthorDate: 2023-08-19 09:38:04 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2023-08-19 09:38:04 +0000 Porter's Handbook - Testing: Improve poudriere.conf example Reviewed by: fernape@, carlavilla@ Differential Revision: https://reviews.freebsd.org/D41438 --- documentation/content/en/books/porters-handbook/testing/_index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/content/en/books/porters-handbook/testing/_index.adoc b/documentation/content/en/books/porters-handbook/testing/_index.adoc index e0c92f0852..2efafe01e4 100644 --- a/documentation/content/en/books/porters-handbook/testing/_index.adoc +++ b/documentation/content/en/books/porters-handbook/testing/_index.adoc @@ -230,8 +230,8 @@ Here is a minimal example config file: [.programlisting] .... -ZPOOL=tank -BASEFS=/poudriere +ZPOOL=zroot +BASEFS=/usr/local/poudriere DISTFILES_CACHE=/usr/ports/distfiles RESOLV_CONF=/etc/resolv.conf ....