From: Zac Medico <zmedico@gentoo.org>
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
Date: Fri, 10 Mar 2017 11:51:07 -0800 [thread overview]
Message-ID: <CAMiTYSpKbNnKggrJ1pMyALWS6Up3U=bt-7iJPsE7nF+7u5CCqg@mail.gmail.com> (raw)
In-Reply-To: <20170310112332.110a36fd.dolsen@gentoo.org>
On Fri, Mar 10, 2017 at 11:23 AM, Brian Dolbec <dolsen@gentoo.org> 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?
--
Thanks,
Zac
next prev parent reply other threads:[~2017-03-10 19:51 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-10 19:22 [gentoo-catalyst] [PATCH 0/7] Latest pending branch fixes Brian Dolbec
2017-03-10 19:22 ` [gentoo-catalyst] [PATCH 1/7] Move the signal handler into the StageBase class so it can handle unbind() cleanup Brian Dolbec
2017-03-11 21:31 ` Mike Frysinger
2017-03-10 19:23 ` [gentoo-catalyst] [PATCH 6/7] defaults.py: Update all repository, DISTDIR, PKGDIR settings to new /var paths Brian Dolbec
2017-03-10 19:51 ` Zac Medico [this message]
2017-03-10 20:36 ` Brian Dolbec
2017-03-10 21:02 ` Brian Dolbec
2017-03-20 9:02 ` Mike Frysinger
2017-03-20 9:21 ` Brian Dolbec
2017-03-20 9:32 ` Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAMiTYSpKbNnKggrJ1pMyALWS6Up3U=bt-7iJPsE7nF+7u5CCqg@mail.gmail.com' \
--to=zmedico@gentoo.org \
--cc=gentoo-catalyst@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox