On Fri, 10 Mar 2017 11:51:07 -0800 Zac Medico <[email protected]> wrote:
> On Fri, Mar 10, 2017 at 11:23 AM, Brian Dolbec <[email protected]> > wrote: > > @@ -75,8 +75,8 @@ TARGET_MOUNT_DEFAULTS = { > > "distdir": "/usr/portage/distfiles", > > "icecream": "/usr/lib/icecc/bin", > > "kerncache": "/tmp/kerncache", > > - "packagedir": "/usr/portage/packages", > > - "portdir": "/usr/portage", > > + "packagedir": "/var/portage/packages", > > + "portdir": "/var/portage/repos", > > "port_tmpdir": "/var/tmp/portage", > > "port_logdir": "/var/log/portage", > > "proc": "/proc", > > @@ -86,8 +86,8 @@ TARGET_MOUNT_DEFAULTS = { > > SOURCE_MOUNT_DEFAULTS = { > > "dev": "/dev", > > "devpts": "/dev/pts", > > - "distdir": "/usr/portage/distfiles", > > - "portdir": "/usr/portage", > > + "distdir": "/var/portage/distfiles", > > + "portdir": "/var/portage/repos", > > "port_tmpdir": "tmpfs", > > "proc": "/proc", > > "shm": "shmfs", > > Shouldn't those portdir settings be /var/portage/repos/gentoo or > something like that? No, that is the base directory for it to unpack or rsync the repo to. It is a little confusing because of the way the code was written before. I'll have to get in there and rename that to 'reposdir' to better reflect the way it is used. Note, those settings were only temporary for testing that the code was ready for relocation. I think I'll change them to /var/gentoo as the base for now. Then we can change them when the council has decreed the final location. -- Brian Dolbec <dolsen>
