diff options
author | Rebecca Grayson <becky.grayson1@hotmail.co.uk> | 2019-08-08 10:48:52 +0100 |
---|---|---|
committer | Rebecca Grayson <becky.grayson1@hotmail.co.uk> | 2019-08-16 15:27:28 +0100 |
commit | a654c659985db4916d06b15d916e553305f3cb41 (patch) | |
tree | 6dff2149af44292a83685821a35218d0acda90c1 /NEWS | |
parent | c627b2203cad48881dbbab822b59464de5c7278f (diff) | |
download | buildstream-a654c659985db4916d06b15d916e553305f3cb41.tar.gz |
Addition of bst artifact list-contents:
this commit introduces the bst artifact list-contents
command. When used it provides the user with a list of
the contents within the artifact.
Tests and a NEWS entry have also been added for the command.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ buildstream 1.3.1 ================= + o Added `bst artifact list-contents` subcommand which can display the names + of files in artifacts in your artifact cache, either by element name + or by direct artifact reference. + o BREAKING CHANGE: Reverted the default behaviour of junctions. Subproject elements will no longer interact with the parent project's remote (by default). To enable this behaviour, a new "cache-junction-elements" boolean |