summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTristan Maat <tristan.maat@codethink.co.uk>2019-11-18 13:33:32 +0000
committerTristan Maat <tristan.maat@codethink.co.uk>2019-11-22 11:41:31 +0000
commitcc5b8e80a97eea56cbd1bfe749de800a00fd98cc (patch)
tree5e3ed23ad8535b85be941ecaf594faf31674d758 /NEWS
parent8ae2f7da6ac3356a7054531a587cd2bfecb62301 (diff)
downloadbuildstream-cc5b8e80a97eea56cbd1bfe749de800a00fd98cc.tar.gz
Remove all `--track` options
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS23
1 files changed, 13 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 3f7f1732e..2639dabfb 100644
--- a/NEWS
+++ b/NEWS
@@ -5,16 +5,19 @@
CLI
---
- o BREAKING CHANGE: `bst build` no longer accepts any options related to
- tracking. Please use `bst source track` separately prior to running
- `bst build`, if you need similar functionality. The full list of removed
- options is as follows:
-
- * `--track`
- * `--track-all`
- * `--track-except`
- * `--track-cross-junctions` / `-J`
- * `--track-save`
+ o BREAKING CHANGE: Commands no longer accept any options related to
+ tracking. Please use `bst source track` separately prior to
+ running commands, if you need similar functionality. The full list
+ of removed options is as follows:
+
+ * `bst build --track`
+ * `bst build --track-all`
+ * `bst build --track-except`
+ * `bst build --track-cross-junctions` / `bst build -J`
+ * `bst build --track-save`
+ * `bst source fetch --track`
+ * `bst source fetch --track-cross-junctions` / `bst source fetch -J`
+ * `bst workspace open --track`
API
---