diff options
author | Chandan Singh <chandan@chandansingh.net> | 2020-05-07 20:32:44 +0000 |
---|---|---|
committer | Chandan Singh <chandan@chandansingh.net> | 2020-05-13 21:32:37 +0000 |
commit | c3198f5e4e8ff45ac9be19215f575a54e2180de4 (patch) | |
tree | 90b94f7afba64434c9673689f03ae029aa7fd359 /NEWS | |
parent | a34ff401b4fa3d3649b46ecc336fa27a110373fa (diff) | |
download | buildstream-c3198f5e4e8ff45ac9be19215f575a54e2180de4.tar.gz |
_frontend/cli: Support "build" and "run" values for `source fetch --deps`
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ CLI o `bst shell --build` will now automatically fetch missing sources. o `bst build --deps` now also accepts "build" as an input. + o `bst source fetch --deps` now also accepts "build" and "run" as inputs. Format |