Re: poudriere && git
- In reply to: Matthias Apitz : "poudriere && git"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Aug 2023 07:21:02 UTC
Matthias Apitz <guru@unixarea.de> 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