diff options
author | James Ennis <james.ennis@codethink.co.uk> | 2019-09-12 10:19:52 +0100 |
---|---|---|
committer | James Ennis <james.ennis@codethink.co.uk> | 2019-09-12 16:31:03 +0100 |
commit | 717b34335f54392c0d429b701afbcc3b3598b941 (patch) | |
tree | cea9847c5d426dbcb2d0bcae5d0e4f77303ead46 /NEWS | |
parent | 902c767a1aebbebcc692243b3c068032beb96b28 (diff) | |
download | buildstream-717b34335f54392c0d429b701afbcc3b3598b941.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`
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |