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 9C36E139694 for ; Fri, 10 Mar 2017 19:51:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91F0B21C094; Fri, 10 Mar 2017 19:51:09 +0000 (UTC) Received: from mail-ua0-x229.google.com (mail-ua0-x229.google.com [IPv6:2607:f8b0:400c:c08::229]) (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 5BD6421C094 for ; Fri, 10 Mar 2017 19:51:09 +0000 (UTC) Received: by mail-ua0-x229.google.com with SMTP id u30so126449978uau.0 for ; Fri, 10 Mar 2017 11:51:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to; bh=hfI8kIbn5yHv4kWpPil/GNHFV/AtNkQN+Nh0zcyX1W0=; b=Rzu7Ni/pBWuMxy4FVFteHoC4rVlcWP9gQkM/Iivn77MKCLqldn7wrAIJxDyN9oTzrR J9co/eUed5Hl62BAjykhrgNrEHNa3ASrrI1cdUYqqF2wWI+pDUl5Vrx2omX/3rCELo1g cXsRtS2doa2OykAuo1A4SCHGz9ezKhf/B8OEIl6ofEfQ0UIJiCsfmcn2Shrmc91ED57a ILAAXyZbNvfhvZ9yS1ED2E6gPv4ym52qzBNTrnHP++u5ppsf3DQFMLvzDRCd12eHqHaM /13GNQRBjtYrpTaA4PhkW/Fd1MWVOsHY/qFUolVweMeTtxfclxtPPLKjbUxaXHkzU3uP TeCw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to; bh=hfI8kIbn5yHv4kWpPil/GNHFV/AtNkQN+Nh0zcyX1W0=; b=GQ7011Pe2m7N1ldMcdwwy+q6e5CrSzJ22uYNR9jUTLoBtS4A9Ih6WkaH/P3x5IsZAh MukSLvrYm/TZBFwdLeFYYSoGpAUwoirIdDiSp0QyriJmJ/KdGxtRuCL1TCAmGOiS/AIy 2JyOnK0/rHw8gFhi9jk9PVV+4QxcsOK6nKhq2XH5LhF3abcuL9A6IjGffx+9KRCFhGDZ Ia41tN1LaBelj1Dhxkhjd/LHRlbiTnCl3f5mfr4uDfUJWY7b4qwrMWAYqwBeDPzST+K5 sTQZ1go7S7/o4q1rvwXn+jJoSMw/Kdw9r7LyRn7u63lGK8fyWfvPFXgyycXAh0X2vPoW elQw== X-Gm-Message-State: AMke39mcTl4mpQWVEH+lhl6RR3xBW4zprO/vKYF/Zta1N00a4VhdbytKCo9+8ssIgZ75iiqSfPgQpuWYevYpmw== X-Received: by 10.159.48.193 with SMTP id k1mr9134288uab.49.1489175468365; Fri, 10 Mar 2017 11:51:08 -0800 (PST) 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 Sender: zmedico@gmail.com Received: by 10.159.33.144 with HTTP; Fri, 10 Mar 2017 11:51:07 -0800 (PST) In-Reply-To: <20170310112332.110a36fd.dolsen@gentoo.org> References: <20170310112332.110a36fd.dolsen@gentoo.org> From: Zac Medico Date: Fri, 10 Mar 2017 11:51:07 -0800 X-Google-Sender-Auth: zO1VFH5jy4xm4Zj8878wYEDTjtw Message-ID: Subject: Re: [gentoo-catalyst] [PATCH 6/7] defaults.py: Update all repository, DISTDIR, PKGDIR settings to new /var paths To: gentoo-catalyst@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 33e38493-ff8e-4daf-a898-6cb24bd702c7 X-Archives-Hash: cdc2d095e50e10c8ffea5ea48c56cff7 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? -- Thanks, Zac