Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2024 01:26:28 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 2aae53da78 - main - porters-handbook/testing: Add missing jail argument
Message-ID:  <202412310126.4BV1QSrX041246@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=2aae53da780c3a72eec5bb674b36bc86fd375aa7

commit 2aae53da780c3a72eec5bb674b36bc86fd375aa7
Author:     Bram <bram@cbbg.nl>
AuthorDate: 2024-12-31 01:17:10 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2024-12-31 01:18:09 +0000

    porters-handbook/testing: Add missing jail argument
    
    The testport subcommand was missing the jail argument.
    
    Reviewed by:    dbaio
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/407
---
 documentation/content/en/books/porters-handbook/testing/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/porters-handbook/testing/_index.adoc b/documentation/content/en/books/porters-handbook/testing/_index.adoc
index f49e02caa7..9423511afb 100644
--- a/documentation/content/en/books/porters-handbook/testing/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/testing/_index.adoc
@@ -505,7 +505,7 @@ Adding the `-c`:
 
 [source,shell]
 ....
-# poudriere testport -c -o www/firefox
+# poudriere testport -j 131Ramd64 -c -o www/firefox
 ....
 
 Presents the port configuration dialog before the port is built.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412310126.4BV1QSrX041246>