diff options
author | Chandan Singh <chandan@chandansingh.net> | 2020-04-28 20:16:11 +0000 |
---|---|---|
committer | Chandan Singh <chandan@chandansingh.net> | 2020-04-30 19:57:32 +0000 |
commit | 1f74bd72280b0e6712355625134af2758ec09717 (patch) | |
tree | 0b2c31642f7be11836dde20ee9aa734594cd6e01 /NEWS | |
parent | 350fa7da3c103695423f9f99bc2ad46c01a0ca54 (diff) | |
download | buildstream-1f74bd72280b0e6712355625134af2758ec09717.tar.gz |
_stream.py: Fetch sources while launching build shellschandan/build-shell-fetch
Part of https://gitlab.com/BuildStream/buildstream/-/issues/1068.
Make behavior of `shell` command similar to other commands that need
sources like `build`, `workspace open`, `source checkout` etc.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ (unreleased) ============ +CLI +--- + + o `bst shell --build` will now automatically fetch missing sources. + ================== buildstream 1.93.3 |