git: 2aae53da78 - main - porters-handbook/testing: Add missing jail argument
"Danilo G. Baio" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=2aae53da780c3a72eec5bb674b36bc86fd375aa7 commit 2aae53da780c3a72eec5bb674b36bc86fd375aa7 Author: Bram <[email protected]> AuthorDate: 2024-12-31 01:17:10 +0000 Commit: Danilo G. Baio <[email protected]> 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.