This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch jennis/introduce_artifact_delete in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit c8d019fe08b384ca7a3e7bd85c1af9e9e96cd5af Author: James Ennis <[email protected]> AuthorDate: Wed Mar 13 12:10:57 2019 +0000 NEWS: Add news entry for bst artifact delete --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 0ff7702..85bf27c 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ buildstream 1.3.1 ================= + o Added `bst artifact delete` subcommand. This command removes artifacts from + the local cache. Mulitple element names and artifact refs can be specified + as arguments. + o BREAKING CHANGE: The top level commands `checkout`, `push` and `pull` have been moved to the `bst artifact` subcommand group and are now obsolete. For example, you must now use `bst artifact pull hello.bst`.
