summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.co.uk>2019-09-12 10:19:52 +0100
committerJames Ennis <james.ennis@codethink.co.uk>2019-09-12 16:31:03 +0100
commit717b34335f54392c0d429b701afbcc3b3598b941 (patch)
treecea9847c5d426dbcb2d0bcae5d0e4f77303ead46
parent902c767a1aebbebcc692243b3c068032beb96b28 (diff)
downloadbuildstream-jennis/update_source_checkout.tar.gz
NEWS: Amend source checkout NEWS entriesjennis/update_source_checkout
The current mentions of `source checkout` in the NEWS file have been updated so that they explain the recent changes to `bst source checkout`
-rw-r--r--NEWS9
1 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f4f85479c..67be6ed98 100644
--- a/NEWS
+++ b/NEWS
@@ -32,11 +32,14 @@ CLI
o BREAKING CHANGE: `bst init` no longer uses the `--directory` or `-C`
option. Instead, it (optionally) takes a directory as an argument.
- o BREAKING CHANGE: The bst source-bundle command has been removed. The
+ o BREAKING CHANGE: The `bst source-bundle` command has been removed. The
functionality it provided has been replaced by the `--include-build-scripts`
- option of the `bst source-checkout` command. To produce a tarball containing
+ option of the `bst source checkout` command. To produce a tarball containing
an element's sources and generated build scripts you can do the command
- `bst source-checkout --include-build-scripts --tar foo.bst some-file.tar`
+ `bst source checkout --include-build-scripts --tar foo.tar foo.bst`.
+
+ A `--compression` option is also supported when using `--tar` which supports
+ xz, gz and bz2 compression.
o BREAKING CHANGE: The 'auto-init' functionality has been removed. This would
offer to create a project in the event that bst was run against a directory