diff options
author | Tom Pollard <tom.pollard@codethink.co.uk> | 2019-12-10 15:32:12 +0000 |
---|---|---|
committer | Tom Pollard <tom.pollard@codethink.co.uk> | 2020-01-09 10:14:45 +0000 |
commit | c3495b228e615916231649a809c7f12ef6d6257f (patch) | |
tree | a63d29ed386873b3c84d6dabb3d20c8b433e8578 /src/buildstream/_frontend/cli.py | |
parent | 5960a90e03b1e5115f6e5912b126529846e589f5 (diff) | |
download | buildstream-tpollard/showjunction.tar.gz |
_frontend/widget.py: show_pipeline() Don't show buildable for junctiontpollard/showjunction
Instead output "junction" in magenta for info. Also include test
in format/junctions.py
Diffstat (limited to 'src/buildstream/_frontend/cli.py')
-rw-r--r-- | src/buildstream/_frontend/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_frontend/cli.py b/src/buildstream/_frontend/cli.py index 365f5c421..fc501f09c 100644 --- a/src/buildstream/_frontend/cli.py +++ b/src/buildstream/_frontend/cli.py @@ -565,7 +565,7 @@ def show(app, elements, deps, except_, order, format_): %{name} The element name %{key} The abbreviated cache key (if all sources are consistent) %{full-key} The full cache key (if all sources are consistent) - %{state} cached, buildable, waiting or inconsistent + %{state} cached, buildable, waiting, inconsistent or junction %{config} The element configuration %{vars} Variable configuration %{env} Environment settings |