Skip to content

Commits on Source 3

  • Angelos Evripiotis's avatar
    Add prompt.auto-init buildstream.conf option · 006cc16c
    Angelos Evripiotis authored
    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.
    006cc16c
  • Angelos Evripiotis's avatar
    Add prompt.option workspace-close-remove-dir · 25169849
    Angelos Evripiotis authored
    Provide an option in project.conf to disable the 'Are you sure ...'
    prompt when we are removing a workspace directory.
    
    Add a NEWS item for this.
    25169849
  • Angelos Evripiotis's avatar
    Add prompt.option workspace-reset-hard · 70b661de
    Angelos Evripiotis authored
    Provide an option in project.conf to disable the 'Are you sure ...'
    prompt when we are resetting a workspace.
    
    Add a NEWS item for this.
    70b661de
Loading