Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2023 13:55:20 +0200
From:      Matthias Apitz <guru@unixarea.de>
To:        Kurt Jaeger <pi@freebsd.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: poudriere && git
Message-ID:  <ZM%2BKKKTtKwQX0YWF@c720-r368166>
In-Reply-To: <20230805080811.GA11506@home.opsec.eu>
References:  <ZM3zz1bmc41WDCLP@c720-r368166> <20230805080811.GA11506@home.opsec.eu>

next in thread | previous in thread | raw e-mail | index | archive | help
El día sábado, agosto 05, 2023 a las 10:08:11a. m. +0200, Kurt Jaeger escribió:

> Hi!
> 
> > 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
> 
> I have the src repo in /usr/src, build the host system
> from that tree and then use:
> 
> poudriere jail -j head -u -m null -S /usr/src

Hello,

Sure you missed '-c'. i.e. the cmd you wanted is:

poudriere jail -c -j head -m null -S /usr/src

which gives an error:

[00:00:00] Error: Must set -M to path of jail to use

I don't know what to set for the path to -M. The host system is in
/usr/src and /usr/obj.  My old existing jail is:

poudriere jail -l
JAILNAME        VERSION                      ARCH  METHOD   TIMESTAMP           PATH
freebsd-r368166 13.0-CURRENT 1300130 r368164 amd64 svn+http 2020-11-30 12:43:46 /usr/local/poudriere/jails/freebsd-r368166

Any idea, what should I set? Thanks

	matthias

-- 
Matthias Apitz, ✉ guru@unixarea.de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ZM%2BKKKTtKwQX0YWF>