From 0e8a2a549a343d846a300effd8d14b7284df1c9d Mon Sep 17 00:00:00 2001 From: James Ennis <james.ennis@codethink.com> Date: Wed, 9 Jan 2019 13:03:48 +0000 Subject: [PATCH] NEWS: Add entry for the deprecation of bst checkout --- NEWS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index 7ee63f952c..3df06ee9c2 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,19 @@ buildstream 1.3.1 ================= + o BREAKING CHANGE: Moved `checkout` to the artifact subcommands. `bst checkout` is + now obsolete. + + The command is now `bst artifact checkout`. `bst checkout` has been deprecated. + This implements the features of `bst checkout`, although the mandatory LOCATION + argument should now be specified with the `--directory` option. + + `artifact checkout` can handle both element names and artifact refs, of which it + can take multiple. + + `--deps`, `--tar` and `--integrate` options are only supported when passed a + single ELEMENT target. + o Added `bst artifact log` subcommand for viewing build logs. o BREAKING CHANGE: The bst source-bundle command has been removed. The -- GitLab