summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2016-03-13 15:03:32 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2016-03-13 15:13:56 +0000
commit6cf956a8eef53662d05356ac11f46de68d3e603d (patch)
treeffb61fde729b9b0b4e9b9b14e16e7d990ba2e3d4 /readme.md
parentef2cd4d4e3bb9e303a86171f7458d449467ed884 (diff)
downloadybd-6cf956a8eef53662d05356ac11f46de68d3e603d.tar.gz
New mode: [keys-only, no-build, normal]
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 6bab362..fba57e9 100644
--- a/readme.md
+++ b/readme.md
@@ -162,7 +162,7 @@ config values you may want to override include:
log-elapsed: True # log elapsed times since start, or actual time
log-verbose: False # log extra info including all sandbox installation steps
min-gigabytes: 10 # space required by ybd. artifacts are culled to free this
- no-build: False # for testing/debugging ybd - if True, only run the assembly logic, don't compile things
+ mode: ['keys-only', 'no-build', 'normal'] # for testing/debugging ybd
reproduce: False # if True, build and compare against artifacts on server
schemas: # files defining schemas for definitions (currently schemas/*)
schema-validation: False # set to True to warn, 'strict' to exit on error