summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.com>2019-01-09 13:03:48 +0000
committerJames Ennis <james.ennis@codethink.com>2019-01-10 14:07:34 +0000
commitf305bd27b807c9bd02805ca4faf2733479b330d6 (patch)
treea31fb51f377ba1299692619dd598099977dbefe3
parent431b77963dbc272570fb05760c0b0bf3b8d29279 (diff)
downloadbuildstream-jennis/deprecate_bst_checkout.tar.gz
NEWS: Add entry for the deprecation of bst checkoutjennis/deprecate_bst_checkout
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7ee63f952..f6dbbb103 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,21 @@
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. In addition to this, `--tar` is no longer a flag, it is
+ a mutually incompatible option to `--directory`. For example,
+ `bst artifact checkout foo.bst --tar foo.tar.gz`.
+
o Added `bst artifact log` subcommand for viewing build logs.
o BREAKING CHANGE: The bst source-bundle command has been removed. The