summaryrefslogtreecommitdiff
path: root/buildstream/data
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2017-07-07 07:46:42 +0200
committerJürg Billeter <j@bitron.ch>2017-07-14 14:13:51 +0200
commit3f065aa70d9d5bb4088ef43b0552e1190764a54e (patch)
treed304f14a42a8842aa411c8fdf7d473dd671d82f1 /buildstream/data
parentebfdb5905659f512ae773b4bf52cff29280fc746 (diff)
downloadbuildstream-3f065aa70d9d5bb4088ef43b0552e1190764a54e.tar.gz
context.py: Add strict_build_plan option
Diffstat (limited to 'buildstream/data')
-rw-r--r--buildstream/data/userconfig.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildstream/data/userconfig.yaml b/buildstream/data/userconfig.yaml
index a27ba384f..f3f794bf8 100644
--- a/buildstream/data/userconfig.yaml
+++ b/buildstream/data/userconfig.yaml
@@ -10,6 +10,9 @@
# paths.
#
+# Whether elements must be rebuilt when their dependencies have changed
+strict: True
+
# Location to store sources
sourcedir: ${XDG_CACHE_HOME}/buildstream/sources