diff options
author | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2018-10-19 17:55:51 +0100 |
---|---|---|
committer | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2018-11-20 11:19:33 +0000 |
commit | 27ca65931d3cf6cf897b623f21ba2363f3c54029 (patch) | |
tree | 36852dbf42d763ea4dcfe5ee0f506a333e1a67c2 /NEWS | |
parent | b81c43331ef9c09e7252cef6b9ee04a605329fea (diff) | |
download | buildstream-27ca65931d3cf6cf897b623f21ba2363f3c54029.tar.gz |
Add prompt.auto-init buildstream.conf option
Provide an option in buildstream.conf to disable the 'Would you like to
...' prompt when we cannot resolve a project.
Some users prefer not to be interrupted by such prompts, so pave the way
to creating options to disable all those that might get in the way.
Follow the example of the advice.* options 'git-config', and create a
namespace for these UI options grouped by behaviour, rather than an
over-reaching 'ui.*' namespace. In later work perhaps we'll also add
'advice.*' options.
Add a NEWS item for this.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -45,6 +45,10 @@ buildstream 1.3.1 instead of just a specially-formatted build-root with a `root` and `scratch` subdirectory. + o The buildstream.conf file learned a new 'prompt.auto-init' option. This + allows users to suppress prompts for automatically running 'bst init' if we + were unable to resolve the project. + o Due to the element `build tree` being cached in the respective artifact their size in some cases has significantly increased. In *most* cases the build trees are not utilised when building targets, as such by default bst 'pull' & 'build' |