summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <chandan@chandansingh.net>2019-07-14 15:43:36 +0100
committerChandan Singh <chandan@chandansingh.net>2019-07-14 15:43:36 +0100
commit74a98f265fcf43ce36bf8c9af33bb23f31470ba1 (patch)
tree822bca426882c4e0ed0bd4a73a3c9e67386c49a8
parent688fffd6a3c50cf1c5cd00a80bf395eaf73dc947 (diff)
downloadbuildstream-chandan/stack-disallow-sources.tar.gz
elements/stack.py: Indicate that it does not run any commandschandan/stack-disallow-sources
-rw-r--r--src/buildstream/plugins/elements/stack.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buildstream/plugins/elements/stack.py b/src/buildstream/plugins/elements/stack.py
index 6b97e445f..0521e96f4 100644
--- a/src/buildstream/plugins/elements/stack.py
+++ b/src/buildstream/plugins/elements/stack.py
@@ -36,6 +36,9 @@ class StackElement(Element):
# This element ignores sources
BST_FORBID_SOURCES = True
+ # This element does not run any commands
+ BST_RUN_COMMANDS = False
+
def configure(self, node):
pass