diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2018-11-19 22:11:17 +0530 |
---|---|---|
committer | Chandan Singh <csingh43@bloomberg.net> | 2018-11-19 22:11:17 +0530 |
commit | 625dfe1f2919ceb772b3cb37cbe869043fdf1c66 (patch) | |
tree | 44f0de2eea90e3ded0c4fb8a8481c0f64e0e8b4b /NEWS | |
parent | eac7274d23f73dd790b7f74ca55db3ebe0a9dac6 (diff) | |
download | buildstream-625dfe1f2919ceb772b3cb37cbe869043fdf1c66.tar.gz |
NEWS: Add entry for the new source-checkout command
`bst source-checkout` command was recently added in
https://gitlab.com/BuildStream/buildstream/merge_requests/820. Add a
NEWS entry for the new command.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,6 +55,8 @@ buildstream 1.3.1 with cached artifacts, only 'complete' elements can be pushed. If the element is expected to have a populated build tree then it must be cached before pushing. + o Added new `bst source-checkout` command to checkout sources of an element. + ================= buildstream 1.1.5 |