summaryrefslogtreecommitdiff
path: root/ybd/config/ybd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ybd/config/ybd.conf')
-rw-r--r--ybd/config/ybd.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/ybd/config/ybd.conf b/ybd/config/ybd.conf
index 129e1bd..79aea84 100644
--- a/ybd/config/ybd.conf
+++ b/ybd/config/ybd.conf
@@ -74,6 +74,12 @@ artifact-version: 13
# path to be used in default chroots for builds
base-path: ['/usr/bin', '/bin', '/usr/sbin', '/sbin']
+# This set how ybd should react to missing references to .morph files
+# Default value is 'warn' to not break previous definitions,
+# but we recommend set this it to 'exit'
+# possible values are 'ignore', 'warn', 'exit'
+check-references: 'warn'
+
# historically we have not been great at ensuring definitions don't contain
# wrong names etc. ybd can react to this via the check-definitions parameter.
# possible values are 'ignore', 'warn', 'exit'