You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ro...@apache.org on 2020/12/29 13:38:11 UTC

[buildstream] 05/14: userconfig.yaml: Add %{variant} to default formatting

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

root pushed a commit to branch variants-slow-functional-loopy
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 1d9fdf00fbf7e31f584f971465ddc5147eedd2fe
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Sat Jul 15 16:19:41 2017 +0900

    userconfig.yaml: Add %{variant} to default formatting
    
    And touch up comment string to mention that it is the default
    also used for `bst show`.
---
 buildstream/data/userconfig.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildstream/data/userconfig.yaml b/buildstream/data/userconfig.yaml
index f3f794b..5525d7d 100644
--- a/buildstream/data/userconfig.yaml
+++ b/buildstream/data/userconfig.yaml
@@ -87,8 +87,8 @@ logging:
   # Whether to enable debugging messages
   debug: False
 
-  # Format string for printing the pipeline at startup,
-  # this uses the same formatting as the `bst show` command.
+  # Format string for printing the pipeline at startup, this
+  # also determines the default display format for `bst show`
   element-format: |
 
-    %{state: >12} %{key} %{name}
+    %{state: >12} %{key} %{name} %{variant}