diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-03-06 16:00:03 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-03-06 16:00:03 +0900 |
commit | 2e13d61e5fc684b6d32aa95b1e913ba2c59a3e63 (patch) | |
tree | 9acadaaf9a848914243e1e108d6000b9d00bb47f /NEWS | |
parent | 83370f55eccdd5c617ca20c025d623ba64a225df (diff) | |
download | buildstream-2e13d61e5fc684b6d32aa95b1e913ba2c59a3e63.tar.gz |
NEWS: Adding entry for new `--mount` options of `bst shell`
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |