From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A66E139694 for ; Fri, 10 Mar 2017 20:36:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C49CAE0BF8; Fri, 10 Mar 2017 20:36:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BA4BE0BF8 for ; Fri, 10 Mar 2017 20:36:09 +0000 (UTC) Received: from professor-x (d108-172-194-175.bchsia.telus.net [108.172.194.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id A7E21340FE2 for ; Fri, 10 Mar 2017 20:36:08 +0000 (UTC) Date: Fri, 10 Mar 2017 12:36:06 -0800 From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] [PATCH 6/7] defaults.py: Update all repository, DISTDIR, PKGDIR settings to new /var paths Message-ID: <20170310123606.5692a8ab.dolsen@gentoo.org> In-Reply-To: References: <20170310112332.110a36fd.dolsen@gentoo.org> Organization: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 7031903b-705c-46f4-8546-c9f296dd6cd2 X-Archives-Hash: b7716560cd6266d84e339859d00fbd6a On Fri, 10 Mar 2017 11:51:07 -0800 Zac Medico wrote: > On Fri, Mar 10, 2017 at 11:23 AM, Brian Dolbec > 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