Skip to content
Snippets Groups Projects
Commit 0e8a2a54 authored by James Ennis's avatar James Ennis
Browse files

NEWS: Add entry for the deprecation of bst checkout

parent 0ec278c1
No related branches found
No related tags found
Loading
Pipeline #42747906 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment