commit: b0e860c4b5c218729d344a821814071b4392ed61 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Tue Sep 1 04:48:45 2015 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> 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]