diff options
author | Tom Mewett <tom.mewett@codethink.co.uk> | 2019-08-22 15:07:39 +0100 |
---|---|---|
committer | Tom Mewett <tom.mewett@codethink.co.uk> | 2019-08-28 12:24:21 +0100 |
commit | 1c20e1ba605c4a93a0e883cf28808bc36fd206b5 (patch) | |
tree | e97753c08b6ba07d4996f84bd7148917da9de3c8 /NEWS | |
parent | 50f5125942df34d7fd66237c3791d82ef2bdb964 (diff) | |
download | buildstream-1c20e1ba605c4a93a0e883cf28808bc36fd206b5.tar.gz |
frontend: Remove build --all flag in favour of --deps all/plantmewett/build-deps-cli
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ buildstream 1.3.1 ================= + o BREAKING CHANGE: The `bst build` command no longer accepts the `--all` option. It + now accepts `--deps` with a choice of 'plan' (default) and 'all', for + equivalent behaviour. + o Added `bst artifact show` subcommand which shows the cached status of an artifact. If project/user remotes are available, they are checked for the target elements (and their deps, if specified). Artifacts available |