diff options
author | Benjamin Schubert <bschubert15@bloomberg.net> | 2019-11-25 17:22:52 +0000 |
---|---|---|
committer | Benjamin Schubert <bschubert15@bloomberg.net> | 2019-11-25 18:34:43 +0000 |
commit | a9286616a31304ae4a75f598bec3430c1a06426d (patch) | |
tree | d66aff9bc1693b581ba174e9dca735df66d960a3 /NEWS | |
parent | e516e1c065b5129630fd62c2115be1ea8bd7d658 (diff) | |
download | buildstream-a9286616a31304ae4a75f598bec3430c1a06426d.tar.gz |
_stream.py: Remove dead code and comments about tracking
We don't have many of the `--track` options anymore, so we can remove
handling for them in parts of the code that don't need it.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ CLI * `bst source fetch --track` * `bst source fetch --track-cross-junctions` / `bst source fetch -J` * `bst workspace open --track` + * `bst workspace reset --track` API --- |