summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-03-06 16:00:03 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-03-06 16:00:03 +0900
commit2e13d61e5fc684b6d32aa95b1e913ba2c59a3e63 (patch)
tree9acadaaf9a848914243e1e108d6000b9d00bb47f
parent83370f55eccdd5c617ca20c025d623ba64a225df (diff)
downloadbuildstream-2e13d61e5fc684b6d32aa95b1e913ba2c59a3e63.tar.gz
NEWS: Adding entry for new `--mount` options of `bst shell`
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index facd943cf..77e418860 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@ buildstream 1.1.1
when `bst shell` is used; allowing projects to provide a more
functional shell environment.
+ o The `bst shell` command now has a `--mount` option allowing
+ users to mount files and directories into the sandbox for
+ testing purposes.
+
o Log lines are now configurable with the new "message-format"
user configuration, allowing one to express optional fields
such as microsecond precision and wallclock time.