Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2017 15:57:12 +0300
From:      Beeblebrox <zaphod@berentweb.com>
To:        <freebsd-pkg@freebsd.org>
Subject:   'poudriere jail -u' pulls in /usr/src
Message-ID:  <20170527155712.2f69bddf@rsbsd>

next in thread | raw e-mail | index | archive | help
My build jail has in poudriere.d/jails/<name>:
arch-amd64, method-src=3D/asp/git/src, srcpath-/asp/git/src

The jail was created with the (-S) flag & srcpath mounts <jail>/usr/src
on start as expected. On running the update option however, poudriere
tries to copy the whole source tree into <jail>/usr/src, which is
unexpected and breaks precedent behavior (no -b being passed)
# poudriere jail -u -j <name> -m src=3D/asp/git/src (same with no -m)
[00:00:00] =3D=3D=3D=3D>> Upgrading using src=3D/asp/git/src
[00:00:00] =3D=3D=3D=3D>> Copying /asp/git/src to /asp/jails/<name>/usr/src=
...

For the time being I'm updating the jail by method
make installworld (& distribution) DESTDIR=3D$PATH DB_FROM_SRC=3D1

poudriere version 3.1.99.20170516
Regards
--=20
FreeBSD_amd64_12-Current_RadeonKMS
Please CC my email when responding, mail from list is not delivered.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170527155712.2f69bddf>