Re: Moving REPODIR out of /usr/obj, but sharing it between worktrees?
- In reply to: Lexi Winter : "Re: Moving REPODIR out of /usr/obj, but sharing it between worktrees?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 May 2026 20:43:43 UTC
On Mon, May 25, 2026 at 8:27 AM Lexi Winter <ivy@freebsd.org> wrote:
>
> Alan Somers wrote in <CAOtMX2hDj6rKAz5+ekEWkXAJ2iGfPVQYy2kkRN998wD+Uhez7A@mail.gmail.com>:
> > How can I defined REPODIR in a way that allows me to separate my
> > packages from my objects, and also keep multiple worktrees?
>
> perhaps this would work (not tested):
>
> REPODIR?=/some/path/packages/${SRCTOP:Umain:T}
Brilliant.