You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/02/10 09:00:49 UTC

[buildstream] 01/04: _context.py: Remote `prompt` as a valid configuration key

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/user-config-docs
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 4fe3e96ffd8181e8f2b0b62c43c739744d55385b
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Wed Feb 10 17:26:04 2021 +0900

    _context.py: Remote `prompt` as a valid configuration key
    
    This was originally introduced in 27ca65931d3cf6cf897b623f21ba2363f3c54029,
    in order to configure whether the user wanted to be prompted for various
    commands.
    
    This has long been discarded and only the validity of the unused key remains.
---
 src/buildstream/_context.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/buildstream/_context.py b/src/buildstream/_context.py
index 2466650..1dc89c5 100644
--- a/src/buildstream/_context.py
+++ b/src/buildstream/_context.py
@@ -309,7 +309,6 @@ class Context:
                 "logging",
                 "projects",
                 "cache",
-                "prompt",
                 "workspacedir",
                 "remote-execution",
             ]