Index: en_US.ISO8859-1/books/porters-handbook/testing/chapter.xml =================================================================== --- en_US.ISO8859-1/books/porters-handbook/testing/chapter.xml +++ en_US.ISO8859-1/books/porters-handbook/testing/chapter.xml @@ -457,6 +457,25 @@ enough. + + To create a Poudriere jail + for 12.0-CURRENT: + + &prompt.root; poudriere jail -c -j 12amd64 -v head -a amd64 -m svn+https + + In order to run a 12.0-CURRENT + Poudriere jail you must be + running 12.0-CURRENT. In general newer + kernels can build and run older jails. For instance, a + 12.0-CURRENT kernel can build and run a + 11.1-STABLE + Poudriere jails if the + COMPAT_FREEBSD11 kernel option was + compiled in (on by default in + 12.0-CURRENT + GENERIC kernel config. + + The default svn protocol works but is not very secure. Using svn+https along