summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Dawson <phil.dawson@codethink.co.uk>2018-11-22 11:56:40 +0000
committerPhil Dawson <phil.dawson@codethink.co.uk>2018-12-12 14:43:40 +0000
commita322d5c0d6394240847160f90284b25363f77279 (patch)
tree5934f2d7924a62f7982905cb337c20e795fdf2eb
parent85c61894d8871f6096fbd164280eb529981b40c6 (diff)
downloadbuildstream-phil/source-checkout-options.tar.gz
NEWS: Add entry about the removal of source-bundle commandphil/source-checkout-options
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1212b2f4b..91897f677 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@
buildstream 1.3.1
=================
+ 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
+ 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`
+
o BREAKING CHANGE: Default strip-commands have been removed as they are too
specific. Recommendation if you are building in Linux is to use the
ones being used in freedesktop-sdk project, for example