summaryrefslogtreecommitdiff
path: root/buildstream/data
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-10-27 21:18:15 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-10-27 21:18:15 +0900
commitcf1a2d326af47e0cdf49cd99d1e4447f494de231 (patch)
tree0cc913f9bde6cab357b46ad27b363ab00b8424cd /buildstream/data
parent6976ba5d8c222aee61bfd5666b5df1b07f76b9bd (diff)
downloadbuildstream-cf1a2d326af47e0cdf49cd99d1e4447f494de231.tar.gz
context.py: Moving strict mode configuration to be project specific
Diffstat (limited to 'buildstream/data')
-rw-r--r--buildstream/data/userconfig.yaml19
1 files changed, 0 insertions, 19 deletions
diff --git a/buildstream/data/userconfig.yaml b/buildstream/data/userconfig.yaml
index 1ab4139fc..8d066ab52 100644
--- a/buildstream/data/userconfig.yaml
+++ b/buildstream/data/userconfig.yaml
@@ -10,9 +10,6 @@
# paths.
#
-# Whether elements must be rebuilt when their dependencies have changed
-strict: True
-
# Location to store sources
sourcedir: ${XDG_CACHE_HOME}/buildstream/sources
@@ -97,19 +94,3 @@ logging:
%{state: >12} %{key} %{name} %{workspace-dirs}
-#
-# Per project overrides
-#
-# Some settings defined in the project configuration can be overridden by
-# the user configuration.
-#
-# projects:
-#
-# project1:
-# artifacts:
-# pull-url: https://artifacts.com
-# push-url: artifacts@artifacts.com:artifacts
-# push-port: 443
-#
-# project2:
-# ...