summaryrefslogtreecommitdiff
path: root/doc/examples/filtering/project.conf
blob: 9a01a75152d41fcc5de4215e6cb3b3ac1aecbaab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Unique project name
name: filtering

# Required BuildStream format version
format-version: 18

# Subdirectory where elements are stored
element-path: elements

# Define an alias for our alpine tarball
aliases:
  alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/

# Use an option to decide if we should use the filter
#
options:
  use_filter:
    type: bool
    description: Whether to use a filter on the libhello.bst element
    default: False