Matthias Apitz <[email protected]> wrote:
> In the past I created the jails based on svn, for example with
>
> # poudriere jail -c -j freebsd-r368166 -m svn+http -v head@r368166
Use "-m src=/usr/src" instead.
It is documented in man poudriere-jail:
-m method Specify which method to use to create the jail. The
default is http.
Pre-built distribution options:
[…]
src=path Install from the given directory at path.
This directory will not be built unless -b
is given. It is expected that it is
already built and maps to a corresponding
/usr/obj directory.
HTH and regards,
Michael