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 227A6138350 for ; Wed, 22 Apr 2020 05:52:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28E92E0B1A; Wed, 22 Apr 2020 05:52:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D0B6E0B1A for ; Wed, 22 Apr 2020 05:52:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2358A34F0FE for ; Wed, 22 Apr 2020 05:52:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A3A91F1 for ; Wed, 22 Apr 2020 05:52:40 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1587534151.bc9e8f841689c4b5b778adcc979105dbb4dd4147.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/defaults.py X-VCS-Directories: catalyst/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: bc9e8f841689c4b5b778adcc979105dbb4dd4147 X-VCS-Branch: master Date: Wed, 22 Apr 2020 05:52:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 569721fa-d5a2-4121-84d7-377418aa6075 X-Archives-Hash: e6c298d4253ff5b91b932cdb405fc181 commit: bc9e8f841689c4b5b778adcc979105dbb4dd4147 Author: Matt Turner gentoo org> AuthorDate: Wed Apr 22 01:33:49 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Apr 22 05:42:31 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=bc9e8f84 catalyst: Make shdir default match config Signed-off-by: Matt Turner gentoo.org> catalyst/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalyst/defaults.py b/catalyst/defaults.py index 0c18f9f5..77133cb1 100644 --- a/catalyst/defaults.py +++ b/catalyst/defaults.py @@ -70,9 +70,9 @@ confdefaults = { "repo_basedir": "/var/db/repos", "repo_name": "gentoo", "sharedir": "/usr/share/catalyst", - "shdir": "/usr/share/catalyst/targets/", "snapshot_cache": "/var/tmp/catalyst/snapshot_cache", "snapshot_name": "%(repo_name)s-", + "shdir": "%(sharedir)s/targets", "source_matching": "strict", "storedir": "/var/tmp/catalyst", "target_distdir": "/var/cache/distfiles",