From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 49A7B1383E0 for ; Tue, 1 Sep 2015 04:50:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 766791426D; Tue, 1 Sep 2015 04:50:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1219D1425C for ; Tue, 1 Sep 2015 04:50:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2255F3406F1 for ; Tue, 1 Sep 2015 04:50:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAAF7183 for ; Tue, 1 Sep 2015 04:50:23 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1441082979.b0e860c4b5c218729d344a821814071b4392ed61.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/main.py X-VCS-Directories: catalyst/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: b0e860c4b5c218729d344a821814071b4392ed61 X-VCS-Branch: master Date: Tue, 1 Sep 2015 04:50:23 +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-Archives-Salt: 9e426a8f-b156-4f17-af7f-890d4f18e5cb X-Archives-Hash: a62384664bf1e895c54b94158e7dda99 commit: b0e860c4b5c218729d344a821814071b4392ed61 Author: Brian Dolbec gentoo org> AuthorDate: Tue Sep 1 04:48:45 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Tue Sep 1 04:49:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=b0e860c4 main.py: Add 'local_overlay' to the overridable defaults in the catalyst.conf file catalyst/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/catalyst/main.py b/catalyst/main.py index dd3c517..3ab4166 100644 --- a/catalyst/main.py +++ b/catalyst/main.py @@ -116,7 +116,8 @@ def parse_config(myconfig): if opt in option_messages: print option_messages[opt] - for key in ["digests", "envscript", "var_tmpfs_portage", "port_logdir"]: + for key in ["digests", "envscript", "var_tmpfs_portage", "port_logdir", + "local_overlay"]: if key in myconf: conf_values[key] = myconf[key] From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 47F441383D3 for ; Tue, 1 Sep 2015 05:59:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 345DE142F0; Tue, 1 Sep 2015 05:59:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FF5F142ED for ; Tue, 1 Sep 2015 05:59:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEA333408A6 for ; Tue, 1 Sep 2015 05:59:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B70D3193 for ; Tue, 1 Sep 2015 05:58:57 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1441082979.b0e860c4b5c218729d344a821814071b4392ed61.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:pending commit in: catalyst/ X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst/main.py X-VCS-Directories: catalyst/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: b0e860c4b5c218729d344a821814071b4392ed61 X-VCS-Branch: pending Date: Tue, 1 Sep 2015 05:58:57 +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-Archives-Salt: 0f6629c9-b137-4820-96d7-ec74717e430b X-Archives-Hash: 62f6aa413276637711bf6d0a5b7e9a69 Message-ID: <20150901055857.arcPpITqUi9FuBc48FnooJ1oJXLfPyRvgeelI5tO51w@z> commit: b0e860c4b5c218729d344a821814071b4392ed61 Author: Brian Dolbec gentoo org> AuthorDate: Tue Sep 1 04:48:45 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Tue Sep 1 04:49:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=b0e860c4 main.py: Add 'local_overlay' to the overridable defaults in the catalyst.conf file catalyst/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/catalyst/main.py b/catalyst/main.py index dd3c517..3ab4166 100644 --- a/catalyst/main.py +++ b/catalyst/main.py @@ -116,7 +116,8 @@ def parse_config(myconfig): if opt in option_messages: print option_messages[opt] - for key in ["digests", "envscript", "var_tmpfs_portage", "port_logdir"]: + for key in ["digests", "envscript", "var_tmpfs_portage", "port_logdir", + "local_overlay"]: if key in myconf: conf_values[key] = myconf[key]