diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-10-27 21:18:15 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-10-27 21:18:15 +0900 |
commit | cf1a2d326af47e0cdf49cd99d1e4447f494de231 (patch) | |
tree | 0cc913f9bde6cab357b46ad27b363ab00b8424cd /buildstream/data | |
parent | 6976ba5d8c222aee61bfd5666b5df1b07f76b9bd (diff) | |
download | buildstream-cf1a2d326af47e0cdf49cd99d1e4447f494de231.tar.gz |
context.py: Moving strict mode configuration to be project specific
Diffstat (limited to 'buildstream/data')
-rw-r--r-- | buildstream/data/userconfig.yaml | 19 |
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: -# ... |