summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2018-12-10 19:50:01 +0000
committerChandan Singh <csingh43@bloomberg.net>2018-12-14 18:49:56 +0000
commit672504b754dcefd75b52731663ec882feed2faab (patch)
treeae7b6df84325ab18a2b4b48c9c0f0254cf3ab6bf
parent72e3b5c9b965fbc1dba06e2e4e5b4fdeb25fcd13 (diff)
downloadbuildstream-chandan/source-subgroup.tar.gz
NEWS: Add entry for new source command groupchandan/source-subgroup
Also, change the existing entry about `source-checkout` to be `source checkout` instead. And, while we are there, move it near the other announcements about the source command group.
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8c2950449..7e6ec8477 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,12 @@ buildstream 1.3.1
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: `bst track` and `bst fetch` commands are now osbolete.
+ Their functionality is provided by `bst source track` and
+ `bst source fetch` respectively.
+
+ o Added new `bst source checkout` command to checkout sources of an element.
+
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
@@ -77,8 +83,6 @@ buildstream 1.3.1
with cached artifacts, only 'complete' elements can be pushed. If the element
is expected to have a populated build tree then it must be cached before pushing.
- o Added new `bst source-checkout` command to checkout sources of an element.
-
o `bst workspace open` now supports the creation of multiple elements and
allows the user to set a default location for their creation. This has meant
that the new CLI is no longer backwards compatible with buildstream 1.2.