summaryrefslogtreecommitdiff
path: root/buildstream/plugins/elements/filter.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/plugins/elements/filter.yaml')
-rw-r--r--buildstream/plugins/elements/filter.yaml13
1 files changed, 7 insertions, 6 deletions
diff --git a/buildstream/plugins/elements/filter.yaml b/buildstream/plugins/elements/filter.yaml
index 627a00cce..78465a183 100644
--- a/buildstream/plugins/elements/filter.yaml
+++ b/buildstream/plugins/elements/filter.yaml
@@ -2,20 +2,21 @@
# Filter element configuration
config:
- # A list of domains to include from each artifact, as
- # they were defined in the element's 'split-rules'.
+ # A list of domains to include in each artifact, as
+ # they were defined as public data in the parent
+ # element's 'split-rules'.
#
# Since domains can be added, it is not an error to
# specify domains which may not exist for all of the
# elements in this composition.
#
# The default empty list indicates that all domains
- # from each dependency should be included.
+ # of the parent's artifact should be included.
#
include: []
# A list of domains to exclude from each artifact, as
- # they were defined in the element's 'split-rules'.
+ # they were defined in the parent element's 'split-rules'.
#
# In the case that a file is spoken for by a domain
# in the 'include' list and another in the 'exclude'
@@ -23,7 +24,7 @@ config:
exclude: []
# Whether to include orphan files which are not
- # included by any of the 'split-rules' present on
- # a given element.
+ # included by any of the 'split-rules' present in
+ # the parent element.
#
include-orphans: False