diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2019-10-28 13:31:23 +0000 |
---|---|---|
committer | Chandan Singh <chandan@chandansingh.net> | 2019-11-04 11:01:14 +0000 |
commit | 230815d1b9dee44cc9aaa880c04e0eca7eba736f (patch) | |
tree | 2e9fc857dfa5d03efed6c8b4a75bfdb70c5826a9 /NEWS | |
parent | 576be1fc19bb58d25309a911589ceb9f08f7812d (diff) | |
download | buildstream-230815d1b9dee44cc9aaa880c04e0eca7eba736f.tar.gz |
NEWS: Announce removal of tracking options from `bst build`
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -2,6 +2,21 @@ (unreleased) ============ +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` + + ================== buildstream 1.91.2 ================== |