summaryrefslogtreecommitdiff
path: root/buildstream/_frontend
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2018-04-19 08:23:54 +0200
committerJürg Billeter <j@bitron.ch>2018-05-11 08:01:12 +0200
commit17fd0b24086f25d9fcd83e5b75b391953377e618 (patch)
tree7b9f0b922b5361d8e9281dc5b38ec4f5f07efb3a /buildstream/_frontend
parente2c150f3f9c19b192c287d87185c8d381ad10e17 (diff)
downloadbuildstream-17fd0b24086f25d9fcd83e5b75b391953377e618.tar.gz
element.py: Do not query remote artifact caches ahead of pull/push
Diffstat (limited to 'buildstream/_frontend')
-rw-r--r--buildstream/_frontend/widget.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/buildstream/_frontend/widget.py b/buildstream/_frontend/widget.py
index 5b405682a..fe7229e8a 100644
--- a/buildstream/_frontend/widget.py
+++ b/buildstream/_frontend/widget.py
@@ -371,8 +371,6 @@ class LogLine(Widget):
else:
if element._cached():
line = p.fmt_subst(line, 'state', "cached", fg='magenta')
- elif element._remotely_cached():
- line = p.fmt_subst(line, 'state', "downloadable", fg='cyan')
elif consistency == Consistency.RESOLVED:
line = p.fmt_subst(line, 'state', "fetch needed", fg='red')
elif element._buildable():