From 6561c69ab0a8b1ee80a9dfba42a463f677d6756c Mon Sep 17 00:00:00 2001 From: Tom Pollard Date: Mon, 2 Nov 2020 15:32:57 +0000 Subject: src/buildstream/element.py: __use_remote_execution() reword desc Element Plugins now require the use of virtual directories as such they do not influence RE support. Reword for config hierarchy. --- src/buildstream/element.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/buildstream/element.py b/src/buildstream/element.py index 7f80d08f6..ac16e3103 100644 --- a/src/buildstream/element.py +++ b/src/buildstream/element.py @@ -2721,8 +2721,8 @@ class Element(Plugin): # __use_remote_execution(): # - # Returns True if remote execution is configured and the element plugin - # supports it. + # Returns True if remote execution is configured, defaults to user defined + # project-specific overrides, project config, or global user config. # def __use_remote_execution(self): return bool(self.__remote_execution_specs) -- cgit v1.2.1